aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/layouts/index.html')
-rw-r--r--site/layouts/index.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/site/layouts/index.html b/site/layouts/index.html
index a21df24..d4e1902 100644
--- a/site/layouts/index.html
+++ b/site/layouts/index.html
@@ -1,6 +1,4 @@
-{{ partial "head" . }}
-
-{{ partial "nav" . }}
+{{ define "main" }}
{{ partial "jumbotron" (dict "imageUrl" .Params.image "title" .Title "subtitle" .Params.subtitle) }}
@@ -12,4 +10,4 @@
{{ partial "blog" . }}
-{{ partial "footer" . }}
+{{ end }}