aboutsummaryrefslogtreecommitdiffstats
path: root/bootlex/templates/archives.html
diff options
context:
space:
mode:
authorAlexis Métaireau <alexis@notmyidea.org>2012-10-24 18:45:19 +0200
committerAlexis Métaireau <alexis@notmyidea.org>2012-10-24 18:45:19 +0200
commit320fc05064b532b0cd0ec383aae5ff3d48ec71f9 (patch)
tree74d45a4e07c91564eb4b968d69f2e9eca5a61270 /bootlex/templates/archives.html
parent01a8792a5116a305368d9d98fa366923086e0633 (diff)
downloadpelican-themes-320fc05064b532b0cd0ec383aae5ff3d48ec71f9.tar.gz
fix the links on the bootlex theme
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 %}