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

4 lines
108 B
HTML
Raw Normal View History

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