hugo-theme-hyde-hyde/layouts/_default/single.html
2018-01-24 16:42:50 +07:00

11 lines
221 B
HTML

{{ define "header" -}}
{{ partial "header.html" . }}
{{- end -}}
{{ define "content" -}}
{{ partial "post_content.html" . }}
{{- end -}}
{{ define "footer" -}}
{{ partial "post_footer.html" . }}
{{- end -}}