Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Aguiar <rmaguiar@tuta.io>2020-09-11 22:59:11 +0300
committerRaphael Aguiar <rmaguiar@tuta.io>2020-09-11 22:59:11 +0300
commitb2d382e603a58399da157a43712f21a18bff7d04 (patch)
tree535f6d06a2160f7829ebd149067c00ec206ada0e
parent9387ab618b03eee151b53d87c5df8206186f3426 (diff)
Fix search form
-rw-r--r--layouts/_default/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 4ddf4e3..1305fd5 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -9,7 +9,7 @@
<!-- Display search form before listing posts -->
{{ if and .Site.Params.Search.enable (gt (len $searchPages) 0) (eq .Kind "section") }}
- {{ partialCached "search-form" . }}
+ {{ partialCached "search-form" . .Layout }}
{{ end }}
<h1>{{ $currentTitle }}</h1>