Merge pull request #20 from tomatic/patch-1

Added closing anchor tag.
This commit is contained in:
Alexis Metaireau
2012-03-27 15:39:27 -07:00

View File

@@ -3,7 +3,7 @@
{% block content %}
<ul>
{% for tag, articles in tags %}
<li><a href="{{ SITEURL }}/tag/{{ tag }}.html">{{ tag }}</li>
<li><a href="{{ SITEURL }}/tag/{{ tag }}.html">{{ tag }}</a></li>
{% endfor %}
</ul>
{% endblock %}