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

11 lines
172 B
HTML
Raw Normal View History

{{ with .ctx }}
{{- if $.IsHome }}
{{- if .Params.Expand }}
{{ .Content }}
{{- else }}
{{ .Summary }}
{{- end }}
{{- else }}
{{ .Content }}
{{- end }}
{{ end }}