From 840ed0097a061fcf0c398c9f90b14be8096b518a Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 14 Feb 2016 15:31:24 +0100 Subject: [PATCH] Add layout for post --- layouts/post/single.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 layouts/post/single.html diff --git a/layouts/post/single.html b/layouts/post/single.html new file mode 100644 index 00000000..4645ad83 --- /dev/null +++ b/layouts/post/single.html @@ -0,0 +1,12 @@ +{{ partial "header.html" . }} + +
+

{{ .Title }}

+ + + {{ .Content }} +
+ +{{ partial "footer.html" . }}