aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/templates/archives.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/templates/archives.html b/bootstrap/templates/archives.html
index 2d02e12..6dee8ed 100644
--- a/bootstrap/templates/archives.html
+++ b/bootstrap/templates/archives.html
@@ -7,7 +7,7 @@
<h3>{{ articles[ 0 ].date.strftime( '%B' ) }}</h3>
<ul>
{% for article in articles %}
- <li><a href="{{ article.url }}">{{ article.title }}</li>
+ <li><a href="{{ article.url }}">{{ article.title }}</a></li>
{% endfor %}
</ul>
{% endfor %}