diff options
author | tomatic <github@webmailetc.com> | 2012-03-20 13:40:58 +0100 |
---|---|---|
committer | tomatic <github@webmailetc.com> | 2012-03-20 13:40:58 +0100 |
commit | 6fc7556681eb815a3d1aa07e51ccf85b1fe16eab (patch) | |
tree | ac754ad08b9686cc6fa2628ba37922e145d6beba /bootstrap | |
parent | e38b06c659d60590c0000f2938387d7fa161e2e5 (diff) | |
download | pelican-themes-6fc7556681eb815a3d1aa07e51ccf85b1fe16eab.tar.gz |
Added closing anchor tag.
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/templates/tags.html | 2 |
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 %} |