diff options
Diffstat (limited to 'mnmlist/templates')
-rw-r--r-- | mnmlist/templates/archives.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mnmlist/templates/archives.html b/mnmlist/templates/archives.html index 5ba2c81..9425abf 100644 --- a/mnmlist/templates/archives.html +++ b/mnmlist/templates/archives.html @@ -6,7 +6,7 @@ <dl> {% for article in dates %} <dt>{{ article.locale_date }}</dt> - <dd><a href='{{ article.url }}'>{{ article.title }}</a></dd> + <dd><a href='{{ SITEURL }}/{{ article.url }}'>{{ article.title }}</a></dd> {% endfor %} </dl> </section> |