hugo-theme-next/layouts/_default/single.html
2022-06-03 22:37:33 +08:00

4 lines
136 B
HTML

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