aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/post
diff options
context:
space:
mode:
Diffstat (limited to 'site/layouts/post')
-rw-r--r--site/layouts/post/single.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/layouts/post/single.html b/site/layouts/post/single.html
index 75a355f..bc34c45 100644
--- a/site/layouts/post/single.html
+++ b/site/layouts/post/single.html
@@ -1,5 +1,5 @@
-{{ partial "head" . }}
-{{ partial "nav" . }}
+{{ define "main" }}
+
<div class="mw6 center ph3 pv4">
<h1 class="f2 lh-title b mb3">{{.Title}}</h1>
<div class="flex justify-between grey-3">
@@ -12,4 +12,4 @@
{{ .Content }}
</div>
</div>
-{{ partial "footer" . }}
+{{ end }}