Change article tag to section in taxonomy.html

This commit is contained in:
Will Faught
2022-12-31 00:32:24 -08:00
parent 5711fda9d0
commit 2ae9378743

View File

@@ -1,7 +1,7 @@
{{ define "main" }}
{{ partial "paige/article" . }}
{{ if .Pages }}
<article>
<section>
<ul class="list-inline text-center">
{{ range (sort .Pages "Title") }}
<li class="list-inline-item">
@@ -9,6 +9,6 @@
</li>
{{ end }}
</ul>
</article>
</section>
{{ end }}
{{ end }}