From e9656366bdc46ce2657f85004635d48647b58408 Mon Sep 17 00:00:00 2001 From: Paul Maddern Date: Sat, 2 Mar 2024 15:24:14 +0000 Subject: [PATCH] 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 +