Add page, site prefixes to all CSS names
This commit is contained in:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user