Files
hugo-theme-next/layouts/_default/single.html
2022-06-02 12:13:16 +08:00

4 lines
108 B
HTML

{{- define "main_class" }}page{{- end }}
{{- define "main" }}
{{ partial "post_content.html" . }}
{{- end }}