summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-06-01 13:55:59 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-06-01 13:55:59 +0200
commit440b88bc98ea68d9e269a2e7be9ad7211c676a07 (patch)
tree971c6e4d31568bde4c148bf0772e47229c25baa6
parent04023d35b8272e81e17fc503a70f9999b4aa1f55 (diff)
downloadwww-andreasbaumann-cc-440b88bc98ea68d9e269a2e7be9ad7211c676a07.tar.gz
www-andreasbaumann-cc-440b88bc98ea68d9e269a2e7be9ad7211c676a07.tar.bz2
added langing page for search tab
-rw-r--r--content/search/_index.md11
-rw-r--r--themes/new_theme/layouts/_default/list.html1
2 files changed, 12 insertions, 0 deletions
diff --git a/content/search/_index.md b/content/search/_index.md
index e69de29..c0a0a71 100644
--- a/content/search/_index.md
+++ b/content/search/_index.md
@@ -0,0 +1,11 @@
++++
+title = "Search"
++++
+
+The search function on this page is using the web service API of the
+[strusWebService](https://github.com/Eurospider/strusWebService).
+This one uses the APIs from the
+[Strus Project](http://project-strus.net).
+
+If you want to learn about the details check out my series
+of blog articles about the strus search on a webpage.
diff --git a/themes/new_theme/layouts/_default/list.html b/themes/new_theme/layouts/_default/list.html
index 82f03fc..2bc036c 100644
--- a/themes/new_theme/layouts/_default/list.html
+++ b/themes/new_theme/layouts/_default/list.html
@@ -11,6 +11,7 @@
<div class="post__content clearfix">
{{ if ( eq $section "search" ) }}
{{ partial "ranklist.html" . }}
+ {{ .Content }}
{{ else }}
{{ .Content }}
{{ end }}