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

github.com/varkai/hugo-theme-zozo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/post.html')
-rw-r--r--layouts/partials/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/post.html b/layouts/partials/post.html
index c22cc50..c19f4f7 100644
--- a/layouts/partials/post.html
+++ b/layouts/partials/post.html
@@ -5,7 +5,7 @@
<div class="post_title">
<h2><a href='{{ .RelPermalink }}'>{{ .Title }}</a></h2>
</div>
- {{ if .Site.Params.summaryDisplay }}
+ {{ if .Site.Params.enableSummary }}
<div class="list">
<div class="post_content markdown">
<p>{{ .Summary }}......</p>