Fix navigation (pager) links in posts

This commit is contained in:
2016-06-28 13:13:56 +02:00
parent 1652d23322
commit 62ef651103
2 changed files with 3 additions and 2 deletions

View File

@@ -6,5 +6,6 @@
<a href="{{tag | prepend: '/blog/tag/' | prepend: site.baseurl}}" class="tag-label">{{tag}}</a>
{% endfor %}
</p>
<br class="clearfix">
</footer>
{% endif %}