summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-03-17 08:46:17 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2017-03-17 08:46:17 +0100
commit7a90dfe0daaac1b34312d5bd4558fe7f61cc4f7b (patch)
tree9efdfc2ff9a73a3842b8294c38f75a06426f1247
parentd2b6718a7dbb518d5f1b3411445ec82c11fa40c0 (diff)
parent6b68386b8f934729a1d2543d4a112582d4851f56 (diff)
downloadwww-andreasbaumann-cc-7a90dfe0daaac1b34312d5bd4558fe7f61cc4f7b.tar.gz
www-andreasbaumann-cc-7a90dfe0daaac1b34312d5bd4558fe7f61cc4f7b.tar.bz2
Merge branch 'master' of ssh://git.andreasbaumann.cc:2221/www-andreasbaumann-cc
-rw-r--r--config.toml2
-rw-r--r--themes/new_theme/layouts/partials/sidebar.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/config.toml b/config.toml
index d3c2448..736bfda 100644
--- a/config.toml
+++ b/config.toml
@@ -14,7 +14,7 @@ SectionPagesMenu = "main"
location = "Zurich"
copyright_years = "2009 - 2017"
opengraph = true
- strus_url = "http://euromac.lan:8080/strus/query/wwwandreasbaumanncc"
+ strus_url = "http://euromac.local:8080/strus/query/wwwandreasbaumanncc"
[Params.widgets]
search = true
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" . }}