From bbadb0a2339852bb0af2081d3e841b18d2c7f65f Mon Sep 17 00:00:00 2001 From: Marc Lichtman Date: Tue, 20 Feb 2024 20:18:08 -0500 Subject: [PATCH] fixed searchbox --- _templates/searchbox.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/_templates/searchbox.html b/_templates/searchbox.html index e69de29..1e4815c 100644 --- a/_templates/searchbox.html +++ b/_templates/searchbox.html @@ -0,0 +1,9 @@ +{%- if 'singlehtml' not in builder %} +
+
+ + + +
+
+{%- endif %} \ No newline at end of file