Replace section tags with div

This commit is contained in:
Will Faught
2023-03-04 13:27:05 -08:00
parent 12a356dd0e
commit 1074859c63
18 changed files with 45 additions and 45 deletions

View File

@@ -9,7 +9,7 @@
{{ end }}
{{ with index $page.Params $key }}
<section>
<div>
<nav>
<div class="mb-3 text-center">
{{ range $k, $v := . }}
@@ -21,5 +21,5 @@
{{ end }}
</div>
</nav>
</section>
</div>
{{ end }}