From 5cc1f9b3670f06431775e026e5f9ea334e5a1e47 Mon Sep 17 00:00:00 2001 From: MadeByMike Date: Mon, 1 Jan 2018 22:46:28 +1100 Subject: Add baseof template --- site/layouts/post/single.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'site/layouts/post/single.html') 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" }} +

{{.Title}}

@@ -12,4 +12,4 @@ {{ .Content }}
-{{ partial "footer" . }} +{{ end }} -- cgit v1.3