hugo-theme-next/layouts/partials/post/body.html
2022-06-09 09:12:22 +08:00

11 lines
172 B
HTML

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