aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--built-texts/templates/archives.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/built-texts/templates/archives.html b/built-texts/templates/archives.html
index 4c04c67..6b627ec 100644
--- a/built-texts/templates/archives.html
+++ b/built-texts/templates/archives.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% block title %}{{ SITENAME }} <small>[archive]</small>{% endblock %}
+{% block title %}{{ SITENAME }} [archive]{% endblock %}
{% block content %}
<h2>Archives</h2>
@@ -15,5 +15,4 @@
</tbody>
</table>
-
{% endblock %}