aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/section_page/single.html
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2022-01-01 21:03:20 +0100
committerÓscar Nájera <hi@oscarnajera.com>2022-01-01 21:03:20 +0100
commit113d4e53416ddf42212da6f217670bdc6f0c9dd8 (patch)
tree7e9bcd4a2a274e45da5538fe67c525dfb36680de /layouts/section_page/single.html
parente34ded01904b07456a48cf28f1a5a2d2d77a0be7 (diff)
downloadhugo-minimalist-theme-113d4e53416ddf42212da6f217670bdc6f0c9dd8.tar.gz
hugo-minimalist-theme-113d4e53416ddf42212da6f217670bdc6f0c9dd8.tar.bz2
hugo-minimalist-theme-113d4e53416ddf42212da6f217670bdc6f0c9dd8.zip
Import new minimalist design
Diffstat (limited to 'layouts/section_page/single.html')
-rw-r--r--layouts/section_page/single.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/section_page/single.html b/layouts/section_page/single.html
new file mode 100644
index 0000000..1f550d3
--- /dev/null
+++ b/layouts/section_page/single.html
@@ -0,0 +1,8 @@
+{{ define "main" }}
+{{ partial "hero.html" . }}
+
+{{ range .Resources.ByType "page" }}
+{{ partial "open_section.html" . }}
+{{ end }}
+
+{{ end }}