aboutsummaryrefslogtreecommitdiffstats
path: root/tuxlite_tbs
diff options
context:
space:
mode:
authorSimon Holywell <treffynnon@php.net>2012-07-01 15:40:51 +0200
committerSimon Holywell <treffynnon@php.net>2012-07-01 15:40:51 +0200
commit57254af0119301478ca18c20dfa59d54de9f1713 (patch)
treee1283f119696bd743ba7bca1c520af7d04c10f31 /tuxlite_tbs
parent3ba3e785dc4d84a069622d9138761ff7967c7316 (diff)
downloadpelican-themes-57254af0119301478ca18c20dfa59d54de9f1713.zip
pelican-themes-57254af0119301478ca18c20dfa59d54de9f1713.tar.gz
pelican-themes-57254af0119301478ca18c20dfa59d54de9f1713.tar.bz2
Close tags list link tag
Diffstat (limited to 'tuxlite_tbs')
-rw-r--r--tuxlite_tbs/templates/tags.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tuxlite_tbs/templates/tags.html b/tuxlite_tbs/templates/tags.html
index dea6672..db1c520 100644
--- a/tuxlite_tbs/templates/tags.html
+++ b/tuxlite_tbs/templates/tags.html
@@ -3,7 +3,7 @@
{% block content %}
<ul>
{% for tag, articles in tags %}
- <li><a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</li>
+ <li><a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a></li>
{% endfor %}
</ul>
{% endblock %}