diff options
author | Alexis Métaireau <alexis@notmyidea.org> | 2012-10-24 18:45:19 +0200 |
---|---|---|
committer | Alexis Métaireau <alexis@notmyidea.org> | 2012-10-24 18:45:19 +0200 |
commit | 320fc05064b532b0cd0ec383aae5ff3d48ec71f9 (patch) | |
tree | 74d45a4e07c91564eb4b968d69f2e9eca5a61270 /bootlex/templates/archives.html | |
parent | 01a8792a5116a305368d9d98fa366923086e0633 (diff) | |
download | pelican-themes-320fc05064b532b0cd0ec383aae5ff3d48ec71f9.tar.gz |
fix the links on the bootlex theme
Diffstat (limited to 'bootlex/templates/archives.html')
-rw-r--r-- | bootlex/templates/archives.html | 2 |
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 %} |