Merge pull request #12 from htr3n/new_branch_to_revert_92ecccc

Adds layout for the About page
This commit is contained in:
Huy Tran 2018-06-26 10:39:58 +10:00 committed by GitHub
commit 513211a564
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 -}}