summaryrefslogtreecommitdiff
path: root/_includes/sidebar.html
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2023-08-27 16:39:44 -0600
committerHombreLaser <sebastian-440@live.com>2023-08-27 16:39:44 -0600
commit42706e303bf3536b56c066f26dfe39501ebfadeb (patch)
tree2123e30a8e6f03ce5e809b7c66af94924631570f /_includes/sidebar.html
parenta2a0a2d0e08cee9fb73ee506d9a55ee8ed4625f8 (diff)
Finishing touches
Diffstat (limited to '_includes/sidebar.html')
-rw-r--r--_includes/sidebar.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/sidebar.html b/_includes/sidebar.html
index 25fdea6..9df403a 100644
--- a/_includes/sidebar.html
+++ b/_includes/sidebar.html
@@ -3,10 +3,10 @@
</div>
<div class="sidebar well">
- <h1>Recent Posts</h1>
+ <h1>Posts recientes</h1>
<ul>
{% for post in site.posts limit:5 %}
- <li><a href="{{ site.baseurl}}{{ post.url }}">{{ post.title }}</a></li>
+ <li><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>