diff --git a/themes/hugo-graphite/layouts/_default/baseof.html b/themes/hugo-graphite/layouts/_default/baseof.html index 3afc612d0..a45f98a25 100644 --- a/themes/hugo-graphite/layouts/_default/baseof.html +++ b/themes/hugo-graphite/layouts/_default/baseof.html @@ -1,14 +1,39 @@ + {{ partial "header.html" . }} - - - {{ block "main" . }} + +
+
+ +
+ +
+
+ {{ block "main" . }} +
- {{ end }} -{{ partial "footer.html" . }} + {{ end }} + {{ partial "footer.html" . }} +
+
+ diff --git a/themes/hugo-graphite/layouts/partials/header.html b/themes/hugo-graphite/layouts/partials/header.html index 0c980e674..3ff45b78f 100644 --- a/themes/hugo-graphite/layouts/partials/header.html +++ b/themes/hugo-graphite/layouts/partials/header.html @@ -3,24 +3,3 @@ {{ partial "head_includes.html" . }} - - -
-
- -
-
-
-
- {{ if .Site.Params.logo.image }} - - {{- else -}} - {{- .Site.Title -}} - {{ end }} -
- {{ partial "nav.html" . }} -
-
-
\ No newline at end of file diff --git a/themes/hugo-graphite/static/css/main-site.css b/themes/hugo-graphite/static/css/main-site.css index d558cad13..4331cd985 100644 --- a/themes/hugo-graphite/static/css/main-site.css +++ b/themes/hugo-graphite/static/css/main-site.css @@ -95,7 +95,7 @@ html, body { /* to help push the footer down */ height: 100%; } -#root, #appShinySite, #main { +#root, #appTidyverseSite, #main { position: absolute; top: 0px; left: 0px;