{{/* Eine Journal-Karte. Kontext (.) = die Library-Seite. */}} {{ $section := "" }} {{ with .Parent }}{{ $section = path.Base .RelPermalink }}{{ end }} {{ $author := .Params.author | default site.Params.author.name }} {{ $cover := .Params.cover_image }} {{ $layout := .Params.layout }} {{ if not $layout }}{{ $layout = cond (ne $cover nil) "image" "text" }}{{ end }}
{{ .Title }}
{{ end }}{{ . }}
{{ end }}