From 9d60af14c4065cee90289e48705714865dbbcb9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Iranzo=20G=C3=B3mez?= Date: Mon, 3 Feb 2020 15:05:48 +0100 Subject: [PATCH] feat(search): replace tipue_search with lunr.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pablo Iranzo Gómez Update #275 --- templates/search.html | 83 ++++++++++++++++++++++++++++++++++--------- 1 file changed, 67 insertions(+), 16 deletions(-) diff --git a/templates/search.html b/templates/search.html index 24f9df7b..ce79a09e 100644 --- a/templates/search.html +++ b/templates/search.html @@ -22,11 +22,14 @@ {% endif %} + {% endblock meta_tags_in_head %} {% block content %}
-
+
+
    +
    {% endblock content %} @@ -37,21 +40,69 @@ {% endif %} {% endblock script %}