From 9cce778e86fd9916c3cc722b1274b0165dc7375b Mon Sep 17 00:00:00 2001 From: Noah Zoschke Date: Tue, 2 Jan 2018 13:51:28 -0800 Subject: [PATCH] blocks for masthead, header, body and footer --- layouts/_default/baseof.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index b1db42d..e35e981 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -31,6 +31,7 @@ + {{ block "masthead" . }}
+ {{ end }} + {{ block "header" . }}

{{ .Site.Title | safeHTML }}

{{ if .Site.Params.description }}

{{ .Site.Params.description | markdownify }}

{{ end }}
+ {{ end }} + {{ block "body" . }}
@@ -72,7 +77,9 @@
{{ "" | safeHTML }}
{{ "" | safeHTML }} + {{ end }} + {{ block "footer" . }} + {{ end }}