aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/templates
diff options
context:
space:
mode:
authortomatic <github@webmailetc.com>2012-03-20 13:40:58 +0100
committertomatic <github@webmailetc.com>2012-03-20 13:40:58 +0100
commit6fc7556681eb815a3d1aa07e51ccf85b1fe16eab (patch)
treeac754ad08b9686cc6fa2628ba37922e145d6beba /bootstrap/templates
parente38b06c659d60590c0000f2938387d7fa161e2e5 (diff)
downloadpelican-themes-6fc7556681eb815a3d1aa07e51ccf85b1fe16eab.zip
pelican-themes-6fc7556681eb815a3d1aa07e51ccf85b1fe16eab.tar.gz
pelican-themes-6fc7556681eb815a3d1aa07e51ccf85b1fe16eab.tar.bz2
Added closing anchor tag.
Diffstat (limited to 'bootstrap/templates')
-rw-r--r--bootstrap/templates/tags.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/templates/tags.html b/bootstrap/templates/tags.html
index 592cd0d..a3b37be 100644
--- a/bootstrap/templates/tags.html
+++ b/bootstrap/templates/tags.html
@@ -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 %}