Merge pull request #22 from tomatic/patch-3

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

View File

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