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 }}