diff --git a/layouts/partials/paige/list-item.html b/layouts/partials/paige/list-item.html index 00c6a24c..85816397 100644 --- a/layouts/partials/paige/list-item.html +++ b/layouts/partials/paige/list-item.html @@ -42,24 +42,24 @@ {{ $flags = $flags | append "paige-status-published" }} {{ end }} -{{ $class := delimit (slice "paige-page" "w-100" | append $flags | uniq | sort) " " }} +{{ $class := delimit (slice "paige-page" "text-center" "w-100" | append $flags | uniq | sort) " " }} {{ $keywords := sort (append $categories $tags) "LinkTitle" | and ($list.Param "paige.subpages.disable_keywords" | not) }}
{{ with $title }} -

{{ . }}

+

{{ . }}

{{ end }} {{ with $description }} -

{{ . }}

+

{{ . }}

{{ end }} {{ with $summary }} -

{{ . }}

+

{{ . }}

{{ end }} {{ with $keywords }} -

+

{{ range $i, $term := . }} {{ $kind := false }} @@ -75,7 +75,7 @@ {{ if .RelPermalink }} {{ .LinkTitle }} {{ else }} - {{ .LinkTitle }} + {{ .LinkTitle }} {{ end }} {{ else }} {{ if gt $i 0 }} {{ end }} @@ -91,7 +91,7 @@ {{ end }} {{ with $series }} -

+

{{ range $i, $series := . }} {{ if gt $i 0 }} · {{ end }} @@ -105,7 +105,7 @@ {{ end }} {{ with $authors }} -

+

{{ range $i, $author := . }} {{ if gt $i 0 }} · {{ end }} @@ -119,16 +119,16 @@ {{ end }} {{ with $date }} -

+

{{ end }} {{ with $words }} -

{{ . }} {{ i18n "paige_words" . }}

+

{{ . }} {{ i18n "paige_words" . }}

{{ end }} {{ with $time }} -

{{ . }} {{ i18n "paige_minutes" . }}

+

{{ . }} {{ i18n "paige_minutes" . }}

{{ end }}