summaryrefslogtreecommitdiff
path: root/_includes/sidebar.html
diff options
context:
space:
mode:
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 cc91078..cdf6ab4 100644
--- a/_includes/sidebar.html
+++ b/_includes/sidebar.html
@@ -3,7 +3,7 @@
</div>
<div class="sidebar well">
- <h1>{% t global.recent_posts %}
+ <h1>{% t global.recent_posts %} </h1>
<ul>
{% for post in site.posts limit:5 %}
<li><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li>