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 20fcd87..9ec0673 100644 --- a/tuxlite_tbs/templates/archives.html +++ b/tuxlite_tbs/templates/archives.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}{{ SITENAME }} <small>[archive]</small>{% endblock %} +{% block title %}{{ SITENAME }} - Archives{% endblock %} {% block content %} <h1>Archives</h1> |