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

12 lines
222 B
HTML
Raw Normal View History

2018-01-24 09:42:50 +00:00
{{ define "header" -}}
{{ partial "header.html" . }}
{{- end -}}
{{ define "content" -}}
{{ partial "content_single.html" . }}
2018-01-24 09:42:50 +00:00
{{- end -}}
2014-04-26 22:25:13 +00:00
{{ define "footer" -}}
{{ partial "commenting.html" . }}
2018-01-24 09:42:50 +00:00
{{- end -}}