From 7cdcccfc22cbbf64da35d085178b2dd38937c582 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Sat, 20 Jun 2015 14:33:32 +0200 Subject: [PATCH] Added layout for about page --- layouts/about/single.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 layouts/about/single.html diff --git a/layouts/about/single.html b/layouts/about/single.html new file mode 100644 index 0000000..891dbad --- /dev/null +++ b/layouts/about/single.html @@ -0,0 +1,17 @@ + + + + {{ partial "head.html" . }} + + + {{ partial "nav.html" . }} + {{ partial "profile.html" . }} + +
+ {{ .Content }} + {{ partial "footer.html" . }} +
+ + {{ partial "js.html" . }} + +