diff options
author | HombreLaser <sebastian-440@live.com> | 2023-08-31 19:53:47 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-08-31 19:53:47 -0600 |
commit | d46bdf4d541e75e901179b93d428a3a1a6a527a9 (patch) | |
tree | 96b2433c6e0fb1cedffdbc93d2e5be7b0ca886ca /_includes/sidebar.html | |
parent | ff0d5d0c7fcc7da1c66002325b72c1768df45e35 (diff) |
Fix sidebar
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 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> |