summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-03-12 17:12:03 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2017-03-12 17:12:03 +0100
commit50fb768d7a7a1f440808cf30a52c3b28cc92d753 (patch)
treea16c3de308b0b64d7e993338f4962f27cd038533 /themes
parent18fa332b56e81c6a98601dfa418941e1408b403a (diff)
downloadwww-andreasbaumann-cc-50fb768d7a7a1f440808cf30a52c3b28cc92d753.tar.gz
www-andreasbaumann-cc-50fb768d7a7a1f440808cf30a52c3b28cc92d753.tar.bz2
disabled strus search for now
Diffstat (limited to 'themes')
-rw-r--r--themes/new_theme/layouts/partials/sidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/new_theme/layouts/partials/sidebar.html b/themes/new_theme/layouts/partials/sidebar.html
index 123c544..e9f30a1 100644
--- a/themes/new_theme/layouts/partials/sidebar.html
+++ b/themes/new_theme/layouts/partials/sidebar.html
@@ -1,5 +1,5 @@
<aside class="sidebar" itemscope="itemscope" itemtype="http://schema.org/WPSideBar">
- {{ partial "widgets/strus_search.html" . }}
+ {{ partial "widgets/google_site_search.html" . }}
{{ $section := .Section }}
{{ if or ( eq $section "blog" ) ( eq $section "" ) }}
{{ partial "widgets/recent.html" . }}