From 1db63734b7f71a9c71879a5261e20b87f92247d0 Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Wed, 20 Mar 2024 16:49:49 +0100 Subject: [PATCH] Use DuckDuckGo custom search Fixes #48 --- conf.py | 36 ++++++++++++++---------------------- 1 file changed, 14 insertions(+), 22 deletions(-) diff --git a/conf.py b/conf.py index d56108d..d847df5 100644 --- a/conf.py +++ b/conf.py @@ -1175,20 +1175,20 @@ # This search form works for any site and looks good in the "site" theme where # it appears on the navigation bar: # -# SEARCH_FORM = """ -# -# -# -# """ % SITE_URL +SEARCH_FORM = """ + + + +""" % SITE_URL # # If you prefer a Google search form, here's an example that should just work: # SEARCH_FORM = """ @@ -1228,14 +1228,6 @@ # (translatable) # BODY_END = "" -SEARCH_FORM = """ - -""" - EXTRA_HEAD_DATA = """ """