diff options
Diffstat (limited to 'layouts/section_page')
-rw-r--r-- | layouts/section_page/single.html | 2 |
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 }} |