summaryrefslogtreecommitdiff
path: root/themes/new_theme/layouts/partials/sidebar.html
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-04-29 18:50:33 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-04-29 18:50:33 +0200
commit50a4e701cd5791b5400ca4c8b438b17baee351b0 (patch)
tree6db06916d47297c8cde3008f1fa80265066b7982 /themes/new_theme/layouts/partials/sidebar.html
parente2bcd2fa26b04fd2ea246b1eb765b9b52e7324fa (diff)
downloadwww-andreasbaumann-cc-50a4e701cd5791b5400ca4c8b438b17baee351b0.tar.gz
www-andreasbaumann-cc-50a4e701cd5791b5400ca4c8b438b17baee351b0.tar.bz2
replace google site search with an ElasticLunr search
Diffstat (limited to 'themes/new_theme/layouts/partials/sidebar.html')
-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 8241753..a69d2a9 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/elasticlunr_search.html" . }}
{{ $section := .Section }}
{{ if or ( eq $section "blog" ) ( eq $section "" ) }}
{{ partial "widgets/recent.html" . }}