summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-10-04 18:24:14 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-10-04 18:24:14 +0200
commit8be4daeff9f6f93a909375e5ac64bfad570f702c (patch)
treed983aee742123bf7c02c68c6b0d3040159b9e5a5 /themes
parent1caf749cae1190b5ffd90666927eb4df6d7b93db (diff)
downloadwww-andreasbaumann-cc-8be4daeff9f6f93a909375e5ac64bfad570f702c.tar.gz
www-andreasbaumann-cc-8be4daeff9f6f93a909375e5ac64bfad570f702c.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..8d20064 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" . }}
{{ $section := .Section }}
{{ if or ( eq $section "blog" ) ( eq $section "" ) }}
{{ partial "widgets/recent.html" . }}