From 0aef87a94917cf42e84065a8c25a7b0ddf0de615 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sun, 9 Oct 2022 21:10:26 +0100 Subject: [PATCH] create the search.html template (for Meilisearch). This page is populated in this commit but is broken because it requires several JavaScript files which have not be committed to the repository as of yet. This commit is in preparation of adding those files. --- templates/search.html | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 templates/search.html diff --git a/templates/search.html b/templates/search.html new file mode 100644 index 0000000..c5022cf --- /dev/null +++ b/templates/search.html @@ -0,0 +1,38 @@ +{% extends "layouts/default.html" %} +{% block title %}Search the Archive{% endblock %} +{% block content %} +
+

Search Archive

+ +
+ + + +
+
+
+ + +

Year

+
+

Month

+
+

Keywords

+
+
+ +
+
+ +
+
+
+ +
+ + + + + + +{% endblock %}