From e2d39367b42ed8e96260b220640565ab620b7ffb Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 28 Jun 2024 21:17:25 -0500 Subject: [PATCH] use lowercase for navigation headers --- layouts/partials/archive.html | 2 +- layouts/partials/aside.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/archive.html b/layouts/partials/archive.html index 52ef31b..dafba78 100644 --- a/layouts/partials/archive.html +++ b/layouts/partials/archive.html @@ -10,7 +10,7 @@

{{ .Title | markdownify }}

My collection of slash pages.
{{ else }} -

{{ .Title | markdownify }}{{ if eq .Kind "term" }}  

+

{{ .Title | markdownify | lower }}{{ if eq .Kind "term" }}  

{{ with .Description }}{{ . }}{{ end }} {{ end }}
diff --git a/layouts/partials/aside.html b/layouts/partials/aside.html index e374141..42e32dc 100644 --- a/layouts/partials/aside.html +++ b/layouts/partials/aside.html @@ -21,7 +21,7 @@ {{ end }} {{ else }} -

More {{ .Params.categories }}

+

more {{ lower .Params.categories }}