From 064e5227fe3a59864de023cb00fcdba63a7fb7df Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 7 Feb 2025 00:14:48 -0800 Subject: [PATCH] Rename paige-row-narrow to paige-row-short --- layouts/partials/paige/list-item.html | 16 ++++++++-------- layouts/partials/paige/page-footer.html | 8 ++++---- layouts/partials/paige/page-header.html | 10 +++++----- layouts/partials/paige/site-footer.html | 6 +++--- layouts/partials/paige/style.html | 4 ++-- 5 files changed, 22 insertions(+), 22 deletions(-) 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 @@
{{ with $title }} -

{{ . }}

+

{{ . }}

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

{{ . }}

+

{{ . }}

{{ 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 }} -

+

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

+

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

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

+

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

{{ end }}
diff --git a/layouts/partials/paige/page-footer.html b/layouts/partials/paige/page-footer.html index 1f65108b..238a9bd2 100644 --- a/layouts/partials/paige/page-footer.html +++ b/layouts/partials/paige/page-footer.html @@ -26,13 +26,13 @@ {{ if or $edit $history }}
{{ with $edit }} -
+ {{ end }} {{ with $history }} -
+ {{ end }} @@ -42,11 +42,11 @@ {{ if or $next $prev }}
{{ with $prev }} - + {{ end }} {{ with $next }} - + {{ end }}
{{ end }} diff --git a/layouts/partials/paige/page-header.html b/layouts/partials/paige/page-header.html index ae17996d..c5f3f79c 100644 --- a/layouts/partials/paige/page-header.html +++ b/layouts/partials/paige/page-header.html @@ -37,7 +37,7 @@ {{ if or $authors $date $keywords $time $series }}
{{ with $keywords }} -

+

{{ 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 }} diff --git a/layouts/partials/paige/site-footer.html b/layouts/partials/paige/site-footer.html index 8b26f3b6..256fbc9c 100644 --- a/layouts/partials/paige/site-footer.html +++ b/layouts/partials/paige/site-footer.html @@ -22,15 +22,15 @@ {{ end }} {{ with $copyright }} - + {{ 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 > *,