summaryrefslogtreecommitdiff
path: root/themes
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 /themes
parent04023d35b8272e81e17fc503a70f9999b4aa1f55 (diff)
downloadwww-andreasbaumann-cc-440b88bc98ea68d9e269a2e7be9ad7211c676a07.tar.gz
www-andreasbaumann-cc-440b88bc98ea68d9e269a2e7be9ad7211c676a07.tar.bz2
added langing page for search tab
Diffstat (limited to 'themes')
-rw-r--r--themes/new_theme/layouts/_default/list.html1
1 files changed, 1 insertions, 0 deletions
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 }}