aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/_default
diff options
context:
space:
mode:
Diffstat (limited to 'site/layouts/_default')
-rw-r--r--site/layouts/_default/list.html2
-rw-r--r--site/layouts/_default/single.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/site/layouts/_default/list.html b/site/layouts/_default/list.html
index ccef521..3c94597 100644
--- a/site/layouts/_default/list.html
+++ b/site/layouts/_default/list.html
@@ -1,4 +1,4 @@
-{{ partial "header" . }}
+{{ partial "head" . }}
{{ partial "nav" . }}
{{ partial "jumbotron" (dict "imageUrl" "/img/blog-index.jpg" "title" "Latests stories") }}
diff --git a/site/layouts/_default/single.html b/site/layouts/_default/single.html
index 124e30d..2126d61 100644
--- a/site/layouts/_default/single.html
+++ b/site/layouts/_default/single.html
@@ -1,4 +1,4 @@
-{{ partial "header" . }}
+{{ partial "head" . }}
{{ partial "nav" . }}
{{ partial "jumbotron" (dict "imageUrl" "/img/7.jpg" "title" "This is where the heading goes" "subtitle" "This is where the subtitle goes") }}
{{ .Content }}