From 53c9ba85bf18e53a7d998c048d10e578b5a19983 Mon Sep 17 00:00:00 2001 From: johannst Date: Tue, 11 May 2021 01:48:40 +0200 Subject: added search input with simple search result preview --- templates/index.html | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index bc5cca2..ad0d413 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,3 +1,5 @@ + + @@ -44,14 +46,24 @@ {% endfor %} {% endblock sidebar_nav %} + + +
+ +
+ {% endblock sidebar %} -
+ +
+ {% block content %}
- {% for page in section.pages | reverse %} + + {% for page in section.pages %} +

@@ -66,6 +78,15 @@ {% endblock content %}

+ +
+
+
+ + + + + -- cgit v1.2.3