hugo-theme-hyde-hyde/layouts/_default/single.html
2018-05-31 09:29:05 +10:00

12 lines
259 B
HTML

{{ define "header" -}}
{{ partial "header.html" . }}
{{- end -}}
{{ define "content" -}}
{{ partial "content_single.html" . }}
{{- end -}}
{{ define "footer" -}}
{{ partial "highlight.html" . }}
{{ partial "commenting.html" . }}
{{- end -}}