From c98ec893cb68102527f7988e0f4cf25a19db39ab Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 1 Mar 2025 15:04:30 -0800 Subject: [PATCH] Organize classes --- layouts/partials/paige/list-item.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 }}