From 5634e70571eac6d9e525cce3cf4186478a04f223 Mon Sep 17 00:00:00 2001 From: frosty Date: Mon, 16 Jun 2025 06:51:37 -0400 Subject: add new post, add new pages, move about content to home, and more --- themes/polaris/assets/css/style.css | 2 +- themes/polaris/layouts/_default/baseof.html | 6 +++++- themes/polaris/layouts/partials/nav.html | 7 ++++--- 3 files changed, 10 insertions(+), 5 deletions(-) (limited to 'themes') diff --git a/themes/polaris/assets/css/style.css b/themes/polaris/assets/css/style.css index 6f449a3..1ca72e4 100644 --- a/themes/polaris/assets/css/style.css +++ b/themes/polaris/assets/css/style.css @@ -157,5 +157,5 @@ pre { } code { - font-size: 125%; + font-size: 110%; } diff --git a/themes/polaris/layouts/_default/baseof.html b/themes/polaris/layouts/_default/baseof.html index df0c651..1b34f99 100644 --- a/themes/polaris/layouts/_default/baseof.html +++ b/themes/polaris/layouts/_default/baseof.html @@ -2,12 +2,16 @@ - {{ .Site.Title }} + {{ if not .IsHome }}{{ .Title }} - {{ end }}{{ .Site.Title }} + {{ $notoSerif := resources.Get "css/noto-serif.css" | minify | fingerprint }} {{ $style := resources.Get "css/style.css" | minify | fingerprint }} + {{ with .OutputFormats.Get "rss" }} + {{ printf `` .Rel .MediaType.Type .Permalink site.Title | safeHTML }} + {{ end }}