" | strings.TrimSuffix "
" | htmlUnescape | plainify) "" }} {{ $summaryclass := $page.Param "paige.page_list.summary.class" | default (print "fst-italic " $class) }} {{ $tags := cond ($page.Param "paige.page_list.terms.hide" | not) (.Params.tags | default slice) slice | sort | uniq }} {{ $termsinnerclass := $page.Param "paige.page_list.terms.inner_class" | default "badge text-bg-secondary text-decoration-none" }} {{ $termsouterclass := $page.Param "paige.page_list.terms.outer_class" | default $class }} {{ $title := cond ($page.Param "paige.page_list.title.hide" | not) (.Title | markdownify) "" }} {{ $titleclass := $page.Param "paige.page_list.title.class" | default $class }} {{ $titlelink := .RelPermalink }} {{ if $draft }} {{ $flags = $flags | append "paige-draft" "paige-unpublished" }} {{ end }} {{ if $expired }} {{ $flags = $flags | append "paige-expired" "paige-unpublished" }} {{ end }} {{ if $future }} {{ $flags = $flags | append "paige-future" "paige-unpublished" }} {{ end }} {{ if $modified }} {{ $flags = $flags | append "paige-modified" }} {{ end }} {{ $flags = delimit ($flags | sort | uniq) " " }} {{ $sectionclass = delimit (split $sectionclass " " | append $flags | sort | uniq) " " }}{{ . }}
{{ end }} {{ with $summary }}{{ . }}
{{ end }} {{ if or $categories $tags }}{{ $terms := slice }} {{ range $categories }} {{ $terms = $terms | append (dict "name" . "url" (lower . | printf "categories/%v/" | relLangURL)) }} {{ end }} {{ range $tags }} {{ $terms = $terms | append (dict "name" . "url" (lower . | printf "tags/%v/" | relLangURL)) }} {{ end }} {{ range sort $terms "name" }} {{ .name }} {{ end }}
{{ end }} {{ with $authors }}{{ . }}
{{ end }} {{ with $date }}{{ end }} {{ with $readingtime }}
{{ . }} {{ i18n "paige_minutes" . }}
{{ end }}