diff options
| author | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-17 17:16:36 +0200 |
|---|---|---|
| committer | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-17 17:16:52 +0200 |
| commit | 5248a576a106552a71e720314299e7269d8f5bb5 (patch) | |
| tree | 1b3039845d6f3e1eb27827d8665e63accdc5c813 /site/layouts/_default | |
| parent | 0115515eef708638ffe1c9c2d85ee5e479b35320 (diff) | |
Updates head partial and adds favicons
Renames “header” to “head”.
Diffstat (limited to 'site/layouts/_default')
| -rw-r--r-- | site/layouts/_default/list.html | 2 | ||||
| -rw-r--r-- | site/layouts/_default/single.html | 2 |
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 }} |
