diff --git a/layouts/partials/paige/list-item.html b/layouts/partials/paige/list-item.html index b32cfc31..00c6a24c 100644 --- a/layouts/partials/paige/list-item.html +++ b/layouts/partials/paige/list-item.html @@ -47,7 +47,7 @@
{{ with $title }} -

{{ . }}

+

{{ . }}

{{ end }} {{ with $description }} @@ -55,7 +55,7 @@ {{ end }} {{ with $summary }} -

{{ . }}

+

{{ . }}

{{ end }} {{ with $keywords }} @@ -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,7 +119,7 @@ {{ end }} {{ with $date }} -

+

{{ end }}