Add #paige-menu

This commit is contained in:
Will Faught
2023-03-19 20:45:26 -07:00
parent cee4e94255
commit 625d8eb635
2 changed files with 3 additions and 1 deletions

View File

@@ -777,6 +777,8 @@ Page identifiers:
<dd>The keywords.</dd>
<dt><code>#paige-main</code></dt>
<dd>The main.</dd>
<dt><code>#paige-menu</code></dt>
<dd>The menu.</dd>
<dt><code>#paige-metadata</code></dt>
<dd>The metadata.</dd>
<dt><code>#paige-pages</code></dt>

View File

@@ -23,7 +23,7 @@
{{ $pills = true }}
{{ end }}
<nav class="justify-content-center my-3 navbar navbar-expand-{{ $breakpoint }}">
<nav class="justify-content-center my-3 navbar navbar-expand-{{ $breakpoint }}" id="paige-menu">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#paige-menu-toggler" aria-controls="paige-menu-toggler" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>