fix ausblick
All checks were successful
website-main / prod-build (push) Successful in 1m6s
website-main / test-build (push) Successful in 56s
website-main / auto-rebuild (push) Has been skipped
website-dev / dev-build (push) Successful in 43s

This commit is contained in:
Denys Konovalov 2023-06-25 17:44:47 +02:00
parent 4d16a3e8ff
commit 09b2a74458

@ -126,7 +126,7 @@
<div class="row mb-2"> <div class="row mb-2">
<div class="col-12"> <div class="col-12">
<i class="mdi mdi-fountain-pen-tip me-2"></i> <i class="mdi mdi-fountain-pen-tip me-2"></i>
{{ 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 ne $index 0 }}, {{ end }}
{{ if .Params.simplified }} {{ if .Params.simplified }}
{{ .Title }} {{ .Title }}