1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 12:15:34 -04:00

layout tweaks

This commit is contained in:
2018-10-15 15:36:06 -04:00
parent 241096c9ab
commit 4078ef3fd5
2 changed files with 2 additions and 5 deletions

View File

@@ -1,4 +1 @@
{{ partial "header.html" . }}
{{ block "main" . }}{{ end }}
{{ partial "footer.html" . }}
{{ partial "header.html" . }}{{ block "main" . }}{{ end }}{{ partial "footer.html" . }}