Use article tag for pages of pages

This commit is contained in:
Will Faught
2022-12-17 10:16:56 -08:00
parent 932192e28c
commit 2747f38c14
2 changed files with 15 additions and 13 deletions

View File

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