summaryrefslogtreecommitdiff
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
parent50fb768d7a7a1f440808cf30a52c3b28cc92d753 (diff)
downloadwww-andreasbaumann-cc-6b68386b8f934729a1d2543d4a112582d4851f56.tar.gz
www-andreasbaumann-cc-6b68386b8f934729a1d2543d4a112582d4851f56.tar.bz2
fixed ranklist issues
-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" . }}