From 93d47662b2ce5a6dc4867687386c912e8cd13720 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 29 Jun 2023 18:40:17 +0200 Subject: Added search option with lunr.js --- themes/simple/layouts/partials/head.html | 2 +- themes/simple/layouts/partials/navigation.html | 8 ++ themes/simple/layouts/partials/search.html | 123 +++++++++++++++++++++++++ 3 files changed, 132 insertions(+), 1 deletion(-) create mode 100644 themes/simple/layouts/partials/search.html (limited to 'themes/simple/layouts/partials') diff --git a/themes/simple/layouts/partials/head.html b/themes/simple/layouts/partials/head.html index 6d40525..fc481fc 100644 --- a/themes/simple/layouts/partials/head.html +++ b/themes/simple/layouts/partials/head.html @@ -5,7 +5,7 @@ - + diff --git a/themes/simple/layouts/partials/navigation.html b/themes/simple/layouts/partials/navigation.html index da42679..b65fe35 100644 --- a/themes/simple/layouts/partials/navigation.html +++ b/themes/simple/layouts/partials/navigation.html @@ -7,6 +7,14 @@