aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/section/values.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/layouts/section/values.html')
-rw-r--r--site/layouts/section/values.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/layouts/section/values.html b/site/layouts/section/values.html
index 9b6fa13..93913e5 100644
--- a/site/layouts/section/values.html
+++ b/site/layouts/section/values.html
@@ -1,5 +1,5 @@
-{{ partial "head" . }}
-{{ partial "nav" . }}
+{{ define "main" }}
+
{{ partial "jumbotron" (dict "imageUrl" .Params.image "title" .Title) }}
<div class="mw7 center ph3 pt4">
@@ -14,4 +14,4 @@
</div>
-{{ partial "footer" . }}
+{{ end }}