Change tag for page list to section
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user