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:
authorimzeuk <imzeuk@gmail.com>2019-04-19 04:32:49 +0300
committerimzeuk <imzeuk@gmail.com>2019-04-19 04:32:49 +0300
commitf7eb2aadd387652dde1c3d8bc68dc09f0345d9a0 (patch)
tree79db86bf5a1fd9d260b9d0a1edec5a2ea2b8b03d /layouts/partials/post.html
parent9ccff850cc8cc94933995bf760234329de00be0d (diff)
modify any
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>