From db5f912e243d48fab4af84f60218354045b9fa18 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 18 Mar 2023 20:26:17 -0700 Subject: [PATCH] Always show article in section layout --- layouts/_default/paige/section.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 }}