summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }}