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

@@ -48,7 +48,7 @@
{{ partial "paige/page-header.html" $page }}
{{ with $content }}
<main class="mw-100" id="paige-content">{{ . | safeHTML }}</main>
<main class="mw-100" id="paige-page-content">{{ . | safeHTML }}</main>
{{ end }}
{{ partial "paige/page-footer.html" $page }}