summaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index a322e0a..cea54ae 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,7 +1,7 @@
-{{ partial "header.html" .}}
+{{ define "main" }}
<div class="single">
<h2>{{ .Title }}</h2>
<h4> Published on {{ .Date.Format "2006/01/02" }}</h4>
{{ .Content }}
</div>
-{{ partial "footer.html" . }}
+{{ end }}