hugo-theme-next/layouts/_default/single.html

4 lines
136 B
HTML
Raw Normal View History

{{- define "main_class" }}page{{- end }}
{{- define "main" }}
{{ partial "post_content.html" (dict "ctx" . "IsHome" false) }}
{{- end }}