diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 5ad5eaf..e1c2d59 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,16 +1,37 @@ - + {{ partialCached "copying.html" . }} - + + - - - - - - - + + + + + + + {{- block "title" . -}} {{- .Site.Title -}} @@ -19,31 +40,82 @@ {{- end -}} {{- end -}} - - - - - - - - {{- with .Site.Params.keyfile -}} - + + + + + + + + {{- with .Site.Params.keyfile -}} + {{- end -}} - + + {{ with .OutputFormats.Get "rss" -}} - + {{- end }} - - + + + {{- $mainStylesheet := resources.Get "css/main.scss" }} {{- $mainStylesheet := $mainStylesheet | css.Sass | resources.Fingerprint }} - + {{- $printStylesheet := resources.Get "css/print.scss" }} {{- $printStylesheet := $printStylesheet | css.Sass | resources.Fingerprint }} - - + + {{- if .Param "math" -}} {{- partialCached "math.html" . -}} {{- end -}} @@ -52,30 +124,33 @@ {{- block "header-styles" . -}}{{- end -}} - - + + {{ block "header" . -}} {{- partialCached "header/site-header.html" . -}} {{- end }} - -
+ + +
{{ block "main-header" . }}{{ end }} {{ block "main-body" . }}{{ end }} {{ block "main-footer" . }}{{ end }}
- + {{- block "footer" . -}} - + {{- end -}} -