aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/templates
diff options
context:
space:
mode:
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 %}