Skip to content

Commit 743b2ec

Browse files
authored
Revert change that only provided partial context (#311)
1 parent 648257a commit 743b2ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/partials/single/content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h5 class="subtitle is-5 is-muted">{{ .Params.Subtitle }}</h5>
1111
<div class="divider"></div>
1212
</div>
1313
</div>
14-
{{ with partial "post_meta.html" (dict "context" . "noSummary" true) -}}
14+
{{ with partial "post_meta.html" . -}}
1515
<div class="post-meta">{{ . }}</div>
1616
{{- end }}
1717

0 commit comments

Comments
 (0)