hugo-theme-next/layouts/partials/post/post_body.html

11 lines
224 B
HTML
Raw Normal View History

<div class="post-body" itemprop="articleBody">
{{- if not .IsHome }}
{{- if .Params.Expand }}
{{ .Content }}
{{- else }}
{{ .Summary }}
{{- end }}
{{- else }}
{{ .Content }}
{{- end }}
</div>