diff options
author | Simon Holywell <treffynnon@php.net> | 2012-07-01 15:40:51 +0200 |
---|---|---|
committer | Simon Holywell <treffynnon@php.net> | 2012-07-01 15:40:51 +0200 |
commit | 57254af0119301478ca18c20dfa59d54de9f1713 (patch) | |
tree | e1283f119696bd743ba7bca1c520af7d04c10f31 /tuxlite_tbs | |
parent | 3ba3e785dc4d84a069622d9138761ff7967c7316 (diff) | |
download | pelican-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.html | 2 |
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 %} |