We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f71d7 commit ad81825Copy full SHA for ad81825
layouts/_default/list.html
@@ -49,7 +49,7 @@ <h2>
49
{{- if .Draft }}<div class="entry-isdraft"><sup> [draft]</sup></div>{{- end }}
50
</h2>
51
</header>
52
- {{- if (ne .Site.Params.hideSummary true)}}
+ {{- if (ne (.Param "hideSummary") true)}}
53
<section class="entry-content">
54
<p>{{ .Summary | plainify | htmlUnescape }}...</p>
55
</section>
0 commit comments