Autoren-Status/einfache bzw. erweiterte Autoren (schließt #217)

This commit is contained in:
2023-04-05 16:15:00 +02:00
parent 7106e86b0e
commit f03ed0bac6
20 changed files with 68 additions and 29 deletions

View File

@ -124,7 +124,13 @@
<div class="row mb-2">
<div class="col-6">
<i class="mdi mdi-fountain-pen-tip me-2"></i>
<a href="{{ `author` | relLangURL }}/{{ $data.ausblick.author | urlize }}">{{ $data.ausblick.author | title }}</a>
{{ range where (where .Site.RegularPages "Type" "author") "Title" $data.ausblick.author }}
{{ if .Params.simplified }}
{{ .Title }}
{{ else }}
<a href="{{ .Permalink }}">{{ .Title }}</a>
{{ end }}
{{ end }}
</div>
</div>
<h4 class="card-title text-truncate" onclick="$('#{{ md5 $data.ausblick.title }}').modal('show');">{{ $data.ausblick.title }}</h4>