aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/section_page
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/section_page')
-rw-r--r--layouts/section_page/single.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/layouts/section_page/single.html b/layouts/section_page/single.html
deleted file mode 100644
index 162b4b7..0000000
--- a/layouts/section_page/single.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{{ define "main" }}
-{{ partial "hero.html" . }}
-
-<div class="mw7 center avenir ph2">
-{{ range .Resources.ByType "page" }}
-{{ partial "open_section.html" . }}
-{{ end }}
-</div>
-
-{{ end }}