summaryrefslogtreecommitdiff
path: root/_includes/sidebar.html
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2023-08-30 20:47:29 -0600
committerHombreLaser <sebastian-440@live.com>2023-08-30 20:47:29 -0600
commit02b32ad3eae374e8ba47103fa9b9bc24f84b8094 (patch)
tree80678eda3199ecdb10ddceede9f8ff5cdb0743cd /_includes/sidebar.html
parent6178efc220a92b040e2793af02af9cd322efc063 (diff)
Add internationalization
Diffstat (limited to '_includes/sidebar.html')
-rw-r--r--_includes/sidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/sidebar.html b/_includes/sidebar.html
index 9df403a..81bd391 100644
--- a/_includes/sidebar.html
+++ b/_includes/sidebar.html
@@ -3,7 +3,7 @@
</div>
<div class="sidebar well">
- <h1>Posts recientes</h1>
+ <h1>{% t global.recent_posts %}
<ul>
{% for post in site.posts limit:5 %}
<li><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li>