diff --git a/themes/terminal/layouts/_default/baseof.html b/themes/terminal/layouts/_default/baseof.html index 8ddf750..37b42db 100755 --- a/themes/terminal/layouts/_default/baseof.html +++ b/themes/terminal/layouts/_default/baseof.html @@ -1,28 +1,26 @@ - - - {{ block "title" . }} - {{ if .IsHome }}{{ $.Site.Title }}{{ else }}{{ .Title }} :: {{ $.Site.Title }}{{ end }} - {{ end }} - {{ partial "head.html" . }} - - -{{ $container := cond ($.Site.Params.FullWidthTheme | default false) "container full" (cond ($.Site.Params.CenterTheme | default false) "container center" "container") }} - -
- - {{ partial "header.html" . }} - -
- {{ block "main" . }} + + {{ partial "head.html" . }} + + {{ block "title" . }} + + {{ if .IsHome }}{{ $.Site.Title }}{{ else }}{{ .Title }} :: {{ + $.Site.Title }}{{ end }} + {{ end }} -
+ + + {{ $container := cond ($.Site.Params.FullWidthTheme | default false) + "container full" (cond ($.Site.Params.CenterTheme | default false) + "container center" "container") }} - {{ block "footer" . }} - {{ partial "footer.html" . }} - {{ end }} -
+
+ {{ partial "header.html" . }} - +
{{ block "main" . }} {{ end }}
+ + {{ block "footer" . }} {{ partial "footer.html" . }} {{ end }} +
+ diff --git a/themes/terminal/layouts/partials/head.html b/themes/terminal/layouts/partials/head.html index 50c9a0c..630b6ca 100755 --- a/themes/terminal/layouts/partials/head.html +++ b/themes/terminal/layouts/partials/head.html @@ -1,6 +1,7 @@ - - + + +