Change tag for page list to section

master
Will Faught 3 years ago
parent 9381796007
commit a94de4cf1d

@ -14,7 +14,7 @@
{{ end }}
{{ else }}
{{ $p := .Paginate (.Pages.ByDate.Reverse.GroupByDate "January 2006") }}
<article>
<section>
{{ range $p.PageGroups }}
<h5 class="text-center">{{ .Key }}</h5>
{{ range .Pages }}
@ -23,7 +23,7 @@
</p>
{{ end }}
{{ end }}
</article>
</section>
{{ if or $p.HasPrev $p.HasNext }}
<section>
<div class="d-flex justify-content-center">

Loading…
Cancel
Save