From 912675d6cb86b0441a110b5bb626911183d4e453 Mon Sep 17 00:00:00 2001 From: Juan Navarro Date: Wed, 29 Sep 2021 17:33:41 +0200 Subject: [PATCH] theme: enable the Search functionality --- custom_theme/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_theme/base.html b/custom_theme/base.html index 28c14d2c..e61b3884 100644 --- a/custom_theme/base.html +++ b/custom_theme/base.html @@ -320,7 +320,7 @@

var base_url = {{ base_url | tojson }}, shortcuts = {{ config.theme.shortcuts | tojson }}; - + {%- for path in extra_javascript %} {%- endfor %}