{{/* 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 }}
  • {{ if and $cover (eq $layout "image") }} {{ end }}
    {{ if and $cover (eq $layout "icon") }} {{ end }} {{ with .Parent }}

    {{ .Title }}

    {{ end }}

    {{ .LinkTitle }}

    {{ with .Params.summary }}

    {{ . }}

    {{ end }}