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 %} {% block content %}
<ul> <ul>
{% for tag, articles in tags %} {% 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 %} {% endfor %}
</ul> </ul>
{% endblock %} {% endblock %}