diff options
author | HombreLaser <sebastian-440@live.com> | 2023-08-30 20:47:29 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-08-30 20:47:29 -0600 |
commit | 02b32ad3eae374e8ba47103fa9b9bc24f84b8094 (patch) | |
tree | 80678eda3199ecdb10ddceede9f8ff5cdb0743cd /_includes/sidebar.html | |
parent | 6178efc220a92b040e2793af02af9cd322efc063 (diff) |
Add internationalization
Diffstat (limited to '_includes/sidebar.html')
-rw-r--r-- | _includes/sidebar.html | 2 |
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> |