summaryrefslogtreecommitdiff
path: root/themes/new_theme/layouts/_default/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/new_theme/layouts/_default/list.html')
-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 }}