diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 15e3c8d..6d3ba19 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,27 +1,27 @@ -
-
-

Eryn Wells

+
+
+
+

+ Eryn Wells +

- {{ $url := .RelPermalink }} - {{ with site.Menus.main }} - - {{ end }} -
- + +
+
diff --git a/static/styles/root.css b/static/styles/root.css index 9e4ee2f..595bd2a 100644 --- a/static/styles/root.css +++ b/static/styles/root.css @@ -99,6 +99,7 @@ header.site { header.site h1 { font-family: var(--font-family-site-heading); + margin: 0; } header.site .grid { @@ -136,6 +137,9 @@ nav.site li { display: block; margin-inline-end: 0.5em; } +nav.site .active { + font-weight: bold; +} nav.bulleted li:first-child::before { content: "";