From e9656366bdc46ce2657f85004635d48647b58408 Mon Sep 17 00:00:00 2001 From: Paul Maddern Date: Sat, 2 Mar 2024 15:24:14 +0000 Subject: [PATCH 1/3] Tags with spaces don't render correctly. I noticed that my tags at the top of the homepage 404'd when clicked (well, the ones with spaces in them anyway). Just needs consistency with the other templates. --- layouts/partials/tags.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/tags.html b/layouts/partials/tags.html index d4eaed4..e275bc7 100644 --- a/layouts/partials/tags.html +++ b/layouts/partials/tags.html @@ -6,7 +6,7 @@
{{range $taxonomyname, $taxonomy := .Site.Taxonomies}} {{range $key, $value := $taxonomy }} - + @@ -16,4 +16,4 @@ {{end}} {{end}} -
\ No newline at end of file + From fa418e19e5590c6dda4c4b754251b218f69fa101 Mon Sep 17 00:00:00 2001 From: Paul Maddern Date: Sun, 3 Mar 2024 08:58:49 +0000 Subject: [PATCH 2/3] Missing tag name on posts landing page Using hugo v0.123.4-21a41003c4633b142ac565c52da22924dc30637a+extended This is blank unless I make the change here. --- layouts/partials/posts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/posts.html b/layouts/partials/posts.html index f8d0e4d..7eb781a 100644 --- a/layouts/partials/posts.html +++ b/layouts/partials/posts.html @@ -7,7 +7,7 @@
{{ len .Pages }} results - for {{ .Params.title }} + for {{ .Title }}