aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/section_page
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/section_page')
-rw-r--r--layouts/section_page/single.html2
1 files changed, 2 insertions, 0 deletions
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" . }}
+<div class="mw7 center avenir ph2">
{{ range .Resources.ByType "page" }}
{{ partial "open_section.html" . }}
{{ end }}
+</div>
{{ end }}