Merge pull request #12 from htr3n/new_branch_to_revert_92ecccc
Adds layout for the About page
This commit is contained in:
commit
513211a564
1 changed files with 10 additions and 0 deletions
10
layouts/about/single.html
Normal file
10
layouts/about/single.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
{{ define "header" -}}
|
||||
{{ partial "header.html" . }}
|
||||
{{- end -}}
|
||||
|
||||
{{ define "content" -}}
|
||||
{{ partial "content_about.html" . }}
|
||||
{{- end -}}
|
||||
|
||||
{{ define "footer" -}}
|
||||
{{- end -}}
|
Loading…
Reference in a new issue