{{ .Title }}
{{ with .Params.summary }}{{ . }}
{{ end }} {{ $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 }} {{/* Versions-Marke: macht bewusst, dass dies eine bestimmte Fassung ist, und öffnet den Verlauf (alte Fassungen direkt auf der Seite). */}} {{ if and (eq .Section "library") .GitInfo }}{{ end }}
-
{{- range . -}}
- {{ . }} {{- end -}}