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

@@ -5,7 +5,7 @@
{{ $menu := site.Menus.main }}
{{ if or $first $last $menu }}
<header>
<header id="paige-header">
{{ if $first }}
{{ partial "paige/header-first.html" $page }}
{{ end }}