diff --git a/layouts/_default/paige/section.html b/layouts/_default/paige/section.html index cebd1434..0bcc5a71 100644 --- a/layouts/_default/paige/section.html +++ b/layouts/_default/paige/section.html @@ -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/subpages.html" $page }} {{ end }}