Change article metadata classes to IDs

This commit is contained in:
Will Faught
2023-03-04 15:28:39 -08:00
parent 15f1a617ab
commit 0e25a00fe3
9 changed files with 80 additions and 71 deletions

View File

@@ -9,7 +9,7 @@
{{ end }}
{{ if and $page.Content (not $fullpages) (ne $page.TableOfContents `<nav id="TableOfContents"></nav>`) }}
<div class="paige-toc">
<div id="paige-toc">
<div class="border mb-3 pe-3 ps-3 pt-3 rounded">
{{ $page.TableOfContents }}
</div>