Show list article for full pages

This commit is contained in:
Will Faught
2023-03-15 20:05:24 -07:00
parent 1d3d19f759
commit 5f5dcaef03

View File

@@ -1,9 +1,6 @@
{{ define "main" }}
{{ $page := . }}
{{ if $page.Param "paige.section_pages.full_pages" | not }}
{{ partial "paige/article.html" $page }}
{{ end }}
{{ partial "paige/article.html" $page }}
{{ partial "paige/pages.html" $page }}
{{ end }}