From d91206659bd17c190e2940a2c564f371cafc7ebc Mon Sep 17 00:00:00 2001 From: Mathias Biilmann Christensen Date: Thu, 7 Dec 2017 00:21:51 -0800 Subject: Update hugo and content structure; add home page to CMS This updates to hugo v0.31 It also adapts the content model to follow the convention for sections with _index.md files and makes the home page a fully editable section --- site/layouts/values/single.html | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 site/layouts/values/single.html (limited to 'site/layouts/values/single.html') diff --git a/site/layouts/values/single.html b/site/layouts/values/single.html deleted file mode 100644 index 9b6fa13..0000000 --- a/site/layouts/values/single.html +++ /dev/null @@ -1,17 +0,0 @@ -{{ partial "head" . }} -{{ partial "nav" . }} -{{ partial "jumbotron" (dict "imageUrl" .Params.image "title" .Title) }} - -
- - {{ range $index, $element := .Params.values }} - {{ if modBool $index 2 }} - {{ partial "media-block" $element }} - {{ else }} - {{ partial "media-block-reverse" $element }} - {{ end }} - {{ end }} - -
- -{{ partial "footer" . }} -- cgit v1.3