Add page, site prefixes to all CSS names

This commit is contained in:
Will Faught
2025-02-08 22:12:05 -08:00
parent 03208bde58
commit aabb52bd64
11 changed files with 141 additions and 136 deletions

View File

@@ -20,15 +20,15 @@
{{ partial "paige/func-include.html" (dict "name" "site-footer-first%s.html" "page" $page) }}
{{ with $copyright }}
<p class="paige-row-short text-center text-secondary" id="paige-copyright" {{ if $microdata }} itemprop="copyrightNotice" {{ end }}>{{ . }}</p>
<p class="paige-row-short text-center text-secondary" id="paige-site-copyright" {{ if $microdata }} itemprop="copyrightNotice" {{ end }}>{{ . }}</p>
{{ end }}
{{ with $license }}
<p class="paige-row-short text-center text-secondary" id="paige-license">{{ . }}</p>
<p class="paige-row-short text-center text-secondary" id="paige-site-license">{{ . }}</p>
{{ end }}
{{ with $credit }}
<p class="paige-row-short text-center text-secondary" id="paige-credit">{{ . }}</p>
<p class="paige-row-short text-center text-secondary" id="paige-site-credit">{{ . }}</p>
{{ end }}
{{ partial "paige/func-include.html" (dict "name" "site-footer-last%s.html" "page" $page) }}