Adds layout for the About page

This commit is contained in:
Huy Tran 2018-06-26 10:36:26 +10:00
parent ea1fcd379a
commit 738b14d67f

10
layouts/about/single.html Normal file
View file

@ -0,0 +1,10 @@
{{ define "header" -}}
{{ partial "header.html" . }}
{{- end -}}
{{ define "content" -}}
{{ partial "content_about.html" . }}
{{- end -}}
{{ define "footer" -}}
{{- end -}}