Skip to content

Commit

Permalink
Merge pull request getpelican#22 from tomatic/patch-3
Browse files Browse the repository at this point in the history
Added missing closing anchor tag.
  • Loading branch information
almet committed Mar 27, 2012
2 parents 421f279 + b9019a9 commit 7743eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/templates/categories.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

0 comments on commit 7743eeb

Please sign in to comment.