diff options
Diffstat (limited to 'tuxlite_tbs/templates/archives.html')
-rw-r--r-- | tuxlite_tbs/templates/archives.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tuxlite_tbs/templates/archives.html b/tuxlite_tbs/templates/archives.html index 1520943..20fcd87 100644 --- a/tuxlite_tbs/templates/archives.html +++ b/tuxlite_tbs/templates/archives.html @@ -9,7 +9,7 @@ {% for article in dates %} <tr> <td>{{ article.date.strftime("%d %b %Y") }}</td> - <td><a href='{{ article.url }}'>{{ article.title }}</a></td> + <td><a href='{{ SITEURL }}/{{ article.url }}'>{{ article.title }}</a></td> </tr> {% endfor %} </tbody> |