Rename listshowcontent to fullpages

This commit is contained in:
Will Faught
2023-02-25 14:13:54 -08:00
parent 136691fb7b
commit ef9b83a2ea
5 changed files with 13 additions and 13 deletions

View File

@@ -5,7 +5,7 @@
{{ $p := $page.Paginate $page.Pages }}
<section id="paige-pages">
{{ range $p.Pages }}
{{ partial "paige/article.html" (dict "listshowcontent" true "page" .) }}
{{ partial "paige/article.html" (dict "fullpages" true "page" .) }}
{{ end }}
</section>
{{ if or $p.HasPrev $p.HasNext }}