diff --git a/layouts/partials/paige/list-item.html b/layouts/partials/paige/list-item.html index 6bbae048..bb0ab720 100644 --- a/layouts/partials/paige/list-item.html +++ b/layouts/partials/paige/list-item.html @@ -43,19 +43,19 @@
{{ . }}
+{{ . }}
{{ end }} {{ with $summary }} -{{ . }}
+{{ . }}
{{ end }} {{ with $keywords }} -+
{{ range $i, $term := . -}} {{- $kind := false -}} @@ -79,7 +79,7 @@ {{ end }} {{ with $series }} -
+
{{ range $i, $series := . -}} {{- if gt $i 0 }} · {{ end -}} @@ -89,7 +89,7 @@ {{ end }} {{ with $authors }} -
+
{{ end }} {{ with $time }} -
{{ . }} {{ i18n "paige_minutes" . }}
+{{ . }} {{ i18n "paige_minutes" . }}
{{ end }}+
{{ range $i, $term := . -}} {{- $kind := false -}} @@ -61,7 +61,7 @@ {{ end }} {{ with $series }} -
+
{{ range $i, $series := . -}} {{- if gt $i 0 }} · {{ end -}} @@ -71,7 +71,7 @@ {{ end }} {{ with $authors }} -
+
{{ range $i, $author := . -}} {{- if gt $i 0 }} · {{ end -}} @@ -81,13 +81,13 @@ {{ end }} {{ with $date }} -
+
{{ end }} {{ with $time }} -
{{ . }} {{ i18n "paige_minutes" . }}
+{{ . }} {{ i18n "paige_minutes" . }}
{{ end }}{{ . }}
+{{ . }}
{{ end }} {{ with $license }} -{{ . }}
+{{ . }}
{{ end }} {{ with $credit }} -{{ . }}
+{{ . }}
{{ end }} {{ if $last }} diff --git a/layouts/partials/paige/style.html b/layouts/partials/paige/style.html index 5bba0788..b2fa2127 100644 --- a/layouts/partials/paige/style.html +++ b/layouts/partials/paige/style.html @@ -55,7 +55,7 @@ th { display: flex; } -.paige-row-narrow:not(:last-child), +.paige-row-short:not(:last-child), .paige-figure .paige-quote, .paige-figure .paige-video, .paige-figure .highlight pre.chroma, @@ -72,7 +72,7 @@ blockquote > p:last-of-type { .paige-gallery, .paige-image, .paige-quote, -.paige-row-narrow:last-child, +.paige-row-short:last-child, .paige-row-tall, .paige-video, #paige-content > *,