From 033fa5e03652d67d2bd42e3a99984634fcf8eb83 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Thu, 8 Dec 2016 23:00:27 +0100 Subject: [PATCH] Fixed default template --- layouts/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 9d19754..1b9ce25 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,10 +1,12 @@ {{ partial "header.html" . }} {{ partial "navbar.html" . }} -
+
-
- {{ .Content }} +
+ {{ range .Site.Pages }} + {{ .Content }} + {{ end }}