diff --git a/templates/archive.html b/templates/archive.html index 1b50845..d2ab6dd 100644 --- a/templates/archive.html +++ b/templates/archive.html @@ -1,16 +1,29 @@ {% extends "layouts/default.html" %} -{% block title %}A list of the site's archive entries.{% endblock %} +{% block title %}{{system-data.first.site-name}}: Archive Index{% endblock %} {% block content %} -

Archive

+
+

Archive Index

-{% for entry in archive-entries %} -
- - {{entry.title}} - {{entry.title}} - -
-{% endfor %} + + +
{% endblock %}