From a610b52ba6bf5f9b4e57821d461eb5c7d9f8b029 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sat, 15 Oct 2022 16:55:49 +0100 Subject: [PATCH] add filter controls to archive.html template (HTML, CSS and JS). --- templates/archive.html | 35 ++++++++++++++++++++++++----------- 1 file changed, 24 insertions(+), 11 deletions(-) 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 %}