From 440b88bc98ea68d9e269a2e7be9ad7211c676a07 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 1 Jun 2017 13:55:59 +0200 Subject: added langing page for search tab --- content/search/_index.md | 11 +++++++++++ themes/new_theme/layouts/_default/list.html | 1 + 2 files changed, 12 insertions(+) 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 @@
{{ if ( eq $section "search" ) }} {{ partial "ranklist.html" . }} + {{ .Content }} {{ else }} {{ .Content }} {{ end }} -- cgit v1.2.3-54-g00ecf