From 09b2a7445858b42867ea226b2330fc725d78a98d Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sun, 25 Jun 2023 17:44:47 +0200 Subject: [PATCH] fix ausblick --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index 08dbf760..ddc367ae 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -126,7 +126,7 @@
- {{ range $index, $elements := where (where .Site.RegularPages "Type" "author") "File.BaseFileName" "in" .author }} + {{ range $index, $elements := where (where $.Site.RegularPages "Type" "author") "File.BaseFileName" "in" .author }} {{ if ne $index 0 }}, {{ end }} {{ if .Params.simplified }} {{ .Title }}