Fix a little bug

This commit is contained in:
serhack 2017-11-20 14:36:09 +01:00 committed by GitHub
parent a0d780da9a
commit b9a542548f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ title: All Blog Posts
{{ post.summary }}
<small>{% t blog.tagged %}:
{% for tag in post.tags %}
[<a href="/blog/tags/{{ tag }}.html">{{ tag }}]</a>
<a href="/blog/tags/{{ tag }}.html">[{{ tag }}]</a>
{% endfor %}
</small>
</p>
@ -40,4 +40,4 @@ title: All Blog Posts
<span>Next &raquo;</span>
{% endif %}
</h4></div>
{% endif %}
{% endif %}