aboutsummaryrefslogtreecommitdiffstats
path: root/bootlex/templates/archives.html
diff options
context:
space:
mode:
Diffstat (limited to 'bootlex/templates/archives.html')
-rw-r--r--bootlex/templates/archives.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootlex/templates/archives.html b/bootlex/templates/archives.html
index 6e364d0..f7552de 100644
--- a/bootlex/templates/archives.html
+++ b/bootlex/templates/archives.html
@@ -9,7 +9,7 @@ class="active"
<dl>
{% for article in dates %}
<dt>{{ article.locale_date }}</dt>
- <dd><a href='{{ SITEURL }}{{ article.url }}'>{{ article.title }}</a></dd>
+ <dd><a href='{{ SITEURL }}/{{ article.url }}'>{{ article.title }}</a></dd>
{% endfor %}
</dl>
{% endblock %}