Skip to content

Commit

Permalink
Revert change that only provided partial context
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Oct 24, 2023
1 parent 648257a commit d3beb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/single/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h5 class="subtitle is-5 is-muted">{{ .Params.Subtitle }}</h5>
<div class="divider"></div>
</div>
</div>
{{ with partial "post_meta.html" (dict "context" . "noSummary" true) -}}
{{ with partial "post_meta.html" . -}}
<div class="post-meta">{{ . }}</div>
{{- end }}

Expand Down

0 comments on commit d3beb9e

Please sign in to comment.