From a83ff7ab6fe8d0541bd6d339d82a7a64f411fa82 Mon Sep 17 00:00:00 2001 From: Stephan Hadan Date: Tue, 11 Feb 2025 14:27:37 +0100 Subject: [PATCH] another possible fix --- layouts/posts/single.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/posts/single.html b/layouts/posts/single.html index 9046d0c..71d0ac1 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -13,11 +13,11 @@
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 }}
- +

{{ .Content }}