{{ .Title }}
{{ with .Params.summary }}{{ . }}
{{ end }} {{/* Byline + Meta nur bei Library-Beiträgen — Seiten wie Manifest, Kontakt, Spenden brauchen weder Autor noch „Aktualisiert am". */}} {{ if eq .Section "library" }} {{ $author := .Params.author | default site.Params.author.name }} {{ $aslug := urlize $author }} {{ if not .Params.author }}{{ with index site.Data.authors site.Params.author.email }}{{ with .slug }}{{ $aslug = . }}{{ end }}{{ end }}{{ end }} {{ $authorPage := and (ne $aslug "") (site.GetPage (printf "/authors/%s" $aslug)) }} {{ if or $author .Date }} {{ end }} {{/* Reading time + last-modified — Republik-style, directly below byline */}} {{ $showReadingTime := .Params.showreadingtime | default site.Params.showreadingtime | default true }} {{ $showLastMod := .Params.showlastmod | default site.Params.showlastmod | default false }} {{ $hasLastmod := and $showLastMod .Lastmod (ne (.Lastmod.Format "2006-01-02") (.Date.Format "2006-01-02")) }} {{ if or (and $showReadingTime .ReadingTime) $hasLastmod }} {{ end }} {{ end }}-
{{- range . -}}
- {{ . }} {{- end -}}