Add paige-* classes and IDs to all HTML structures

This commit is contained in:
Will Faught
2023-02-06 21:21:33 -08:00
parent b9650b0209
commit 5e50b4046f
7 changed files with 104 additions and 34 deletions

View File

@@ -13,12 +13,12 @@
{{ partial "paige/body-first.html" $page }}
{{ end }}
<div class="container flex-fill">
<div class="container flex-fill" id="paige-container">
<div class="row">
<div class="col">
{{ partial "paige/header.html" $page }}
<main>
<main id="paige-main">
{{ if templates.Exists "partials/paige/main-first.html" }}
{{ partial "paige/main-first.html" $page }}
{{ end }}