aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/section_page/single.html
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2023-08-27 12:37:24 +0200
committerOscar Najera <hi@oscarnajera.com>2023-08-27 12:37:24 +0200
commit225a25bc7236ea4b9168ee1ac5ea0dbeb9ac5e79 (patch)
tree8276be41bce300a5c52abfbff92c1f5841e8309a /layouts/section_page/single.html
parenta0e572976134fc06e30dfacaebb7bac9eb2cbd86 (diff)
downloadhugo-minimalist-theme-225a25bc7236ea4b9168ee1ac5ea0dbeb9ac5e79.tar.gz
hugo-minimalist-theme-225a25bc7236ea4b9168ee1ac5ea0dbeb9ac5e79.tar.bz2
hugo-minimalist-theme-225a25bc7236ea4b9168ee1ac5ea0dbeb9ac5e79.zip
Main container wrapper to keep content width
Diffstat (limited to 'layouts/section_page/single.html')
-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 }}