From daf20dd652f9294273c1110f60ff4da6d99f67c5 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Tue, 26 May 2020 22:45:15 +0000 Subject: Commit preview bundle --- plugins/localsearch/conf.py.sample | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 plugins/localsearch/conf.py.sample (limited to 'plugins/localsearch/conf.py.sample') diff --git a/plugins/localsearch/conf.py.sample b/plugins/localsearch/conf.py.sample new file mode 100644 index 00000000..553abe65 --- /dev/null +++ b/plugins/localsearch/conf.py.sample @@ -0,0 +1,17 @@ +# This is an example that works well with Nikola's default Bootstrap3 theme. +# It displays the search field in the navigation bar, and the results +# on a separate page (which needs to be configured, see README.md). +# This snippet assumes the page ends up at /search/. + +SEARCH_FORM = """ + +""" + +EXTRA_HEAD_DATA = """ + +""" -- cgit v1.2.3