{{ define "main" }} {{- $sortedPages := .Pages.ByPublishDate.Reverse }}
{{ range first 1 $sortedPages }} {{- partial "single-standalone-muehlenpost.html" . -}} {{ end }}
{{ range $sortedPages }} {{ end }}
Jahr Monate Beschreibung & Inhalt Größe Aktion
N° {{ .Params.Number }} {{ .Params.year }} {{ range $elem := (first 1 .Params.months) }}{{$elem}}{{end}}{{ range $elem := (last 1 .Params.months) }}-{{$elem}}{{end}} {{ .Content }} {{ if isset .Params "pdf" }} {{ with resources.GetRemote (printf "%s%s" "https://media.cvjm-rhein-lahn.de/mlp/" .Params.pdf ) }} {{/* This does only work if we do not work with path sub directory. */}} {{/* div ((os.Stat .Key).Size) 1000 */}} {{ div ((len .Content)) 1000 }} KB {{ end }} {{end}} Ausgabe lesen
{{- partial "section-footer.html" . -}} {{ end }}