Skip to content

Commit

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

0 comments on commit cc809c3

Please sign in to comment.