diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index cb1b591..ec9c4b5 100755 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -17,7 +17,7 @@ {{ end }} - + {{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/spf13/hugo/blob/master/tpl/tplimpl/template_embedded.go#L158 */}} {{- template "_internal/opengraph.html" . -}} @@ -29,7 +29,7 @@ {{ template "_internal/google_analytics_async.html" . }} {{ end }} -
+ {{ block "header" . }}{{ partial "site-header.html" .}}{{ end }}