From ed1222f2330e38335a521e7673c9f9f88f5c10fd Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Sat, 14 Jun 2025 14:38:12 +0200 Subject: fixed link error from taxonomy to folder --- themes/fredo/layouts/_partials/post-short.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/fredo/layouts/_partials/post-short.html b/themes/fredo/layouts/_partials/post-short.html index 808297d..ac65548 100644 --- a/themes/fredo/layouts/_partials/post-short.html +++ b/themes/fredo/layouts/_partials/post-short.html @@ -24,7 +24,7 @@ {{ end }}

{{ $showdate | time.Format ":date_long" }}, {{ range .Param "bands" }} - {{ . }} + {{ . }} {{ end }}

-- cgit v1.2.3