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

11 lines
183 B
HTML
Raw Normal View History

2018-06-26 00:19:35 +00:00
{{ define "header" -}}
{{ partial "header.html" . }}
{{- end -}}
{{ define "content" -}}
{{ partial "content_about.html" . }}
{{- end -}}
{{ define "footer" -}}
{{- end -}}