Merge pull request #484 from serhack/patch-1

Fix a little bug
This commit is contained in:
luigi1111 2017-12-04 09:54:23 -06:00 committed by GitHub
commit 2e1f8eb02e
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 %}