We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648257a commit 743b2ecCopy full SHA for 743b2ec
1 file changed
layouts/partials/single/content.html
@@ -11,7 +11,7 @@ <h5 class="subtitle is-5 is-muted">{{ .Params.Subtitle }}</h5>
11
<div class="divider"></div>
12
</div>
13
14
- {{ with partial "post_meta.html" (dict "context" . "noSummary" true) -}}
+ {{ with partial "post_meta.html" . -}}
15
<div class="post-meta">{{ . }}</div>
16
{{- end }}
17
0 commit comments