summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-03-16 15:27:43 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2017-03-16 15:27:43 +0100
commit6b68386b8f934729a1d2543d4a112582d4851f56 (patch)
tree4afeef108a31152e5f72cdfe50b2061994e96e1d /themes
parent50fb768d7a7a1f440808cf30a52c3b28cc92d753 (diff)
downloadwww-andreasbaumann-cc-6b68386b8f934729a1d2543d4a112582d4851f56.tar.gz
www-andreasbaumann-cc-6b68386b8f934729a1d2543d4a112582d4851f56.tar.bz2
fixed ranklist issues
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 e9f30a1..123c544 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/google_site_search.html" . }}
+ {{ partial "widgets/strus_search.html" . }}
{{ $section := .Section }}
{{ if or ( eq $section "blog" ) ( eq $section "" ) }}
{{ partial "widgets/recent.html" . }}