From 113d4e53416ddf42212da6f217670bdc6f0c9dd8 Mon Sep 17 00:00:00 2001
From: Óscar Nájera <hi@oscarnajera.com>
Date: Sat, 1 Jan 2022 21:03:20 +0100
Subject: Import new minimalist design

---
 layouts/section_page/single.html | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 layouts/section_page/single.html

(limited to 'layouts/section_page/single.html')

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 }}
-- 
cgit v1.2.3