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

14 lines
345 B
HTML
Raw Normal View History

2018-01-24 16:42:50 +07:00
{{ define "header" -}}
{{ partial "page-single/variables-init.html" . }}
2018-01-24 16:42:50 +07:00
{{ partial "header.html" . }}
{{- end -}}
{{ define "content" -}}
{{ partial "page-single/content.html" . }}
2018-01-24 16:42:50 +07:00
{{- end -}}
2014-04-26 16:25:13 -06:00
{{ define "footer" -}}
{{ partial "page-single/footer.html" . }}
{{ partial "page-single/variables-deinit.html" . }}
2018-01-24 16:42:50 +07:00
{{- end -}}