Replace section tags with div
This commit is contained in:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user