This commit is contained in:
2023-07-29 13:16:25 +02:00
parent 7e86759eb5
commit 93fb7f1b1a
39 changed files with 274 additions and 381 deletions

View File

@ -1,8 +1,8 @@
{{ range $index, $elements := where (where .Site.RegularPages "Type" "author") "File.BaseFileName" "in" .author }}
{{ if ne $index 0 }}, {{ end }}
{{ if .Params.simplified }}
{{ .Title }}
{{ .Title }}
{{ else }}
<a href="{{ .Permalink }}">{{ .Title }}</a>
<a href="{{ .Permalink }}">{{ .Title }}</a>
{{ end }}
{{ end }}