diff --git a/layouts/index.html b/layouts/index.html index 879fc59..6af2f0f 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -137,7 +137,7 @@

{{ .Site.Params.description }}

- Learn more {{ partial "icon.html" "arrow-right" }} + About the magazine {{ partial "icon.html" "arrow-right" }} diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 0f43388..0a3765a 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -57,10 +57,12 @@ {{- partial "schema.html" . -}} - + - + + + {{- $css := resources.Get "css/main.css" | css.PostCSS -}} diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index b8b3356..e10c399 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -10,7 +10,7 @@ :class="$store.nav.open || scrolled ? 'bg-ink/95 backdrop-blur-md shadow-[0_1px_0_var(--color-zinc)]' : ''" > - + {{- partial "logo.html" (dict "id" "nav" "class" "h-8 w-auto flex-shrink-0") -}} {{- .Site.Params.logoText -}}