Add page prefix to subpage classes

This commit is contained in:
Will Faught
2025-02-08 23:06:13 -08:00
parent c7508ad823
commit 75dce39c2b
3 changed files with 8 additions and 10 deletions

View File

@@ -44,15 +44,15 @@
<div class="{{ $class }}">
{{ with $title }}
<p class="paige-row-short paige-title text-center"><a href="{{ $link }}">{{ . }}</a></p>
<p class="paige-row-short paige-page-title text-center"><a href="{{ $link }}">{{ . }}</a></p>
{{ end }}
{{ with $description }}
<p class="paige-description paige-row-short text-center">{{ . }}</p>
<p class="paige-page-description paige-row-short text-center">{{ . }}</p>
{{ end }}
{{ with $summary }}
<p class="fst-italic paige-row-short paige-summary text-center">{{ . }}</p>
<p class="fst-italic paige-row-short paige-page-summary text-center">{{ . }}</p>
{{ end }}
{{ with $keywords }}