From e82d2bb68a8f2aeb18062d14e940fdc700128e83 Mon Sep 17 00:00:00 2001 From: Stephan Hadan Date: Tue, 11 Feb 2025 14:28:21 +0100 Subject: [PATCH] and another one --- layouts/posts/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/posts/single.html b/layouts/posts/single.html index 71d0ac1..d74dea1 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -13,7 +13,7 @@
Geschrieben am in {{ range $i, $v := .Params.categories }} - {{ $v }}{{ if ne (len $.Params.categories) (add $i 1) }}, {{ end }} + {{ $v }}{{ if ne (len $.Params.categories) (add $i 1) }}, {{ end }} {{ end }}