From 225a25bc7236ea4b9168ee1ac5ea0dbeb9ac5e79 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Sun, 27 Aug 2023 12:37:24 +0200 Subject: Main container wrapper to keep content width --- layouts/section_page/single.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'layouts/section_page/single.html') diff --git a/layouts/section_page/single.html b/layouts/section_page/single.html index 1f550d3..162b4b7 100644 --- a/layouts/section_page/single.html +++ b/layouts/section_page/single.html @@ -1,8 +1,10 @@ {{ define "main" }} {{ partial "hero.html" . }} +
{{ range .Resources.ByType "page" }} {{ partial "open_section.html" . }} {{ end }} +
{{ end }} -- cgit v1.2.3