aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/section/contact.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/layouts/section/contact.html')
-rw-r--r--site/layouts/section/contact.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/site/layouts/section/contact.html b/site/layouts/section/contact.html
index 205d92e..8b5d45c 100644
--- a/site/layouts/section/contact.html
+++ b/site/layouts/section/contact.html
@@ -1,6 +1,4 @@
-{{ partial "head" . }}
-
-{{ partial "nav" . }}
+{{ define "main" }}
<div class="ph3 bg-off-white">
<div class="center mw6 pv3">
@@ -23,4 +21,4 @@
</div>
</div>
-{{ partial "footer" . }}
+{{ end }}