From 4cf3f2e6297878a4a6303a886e24addd5cf4580f Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Wed, 6 Sep 2023 21:44:11 +0200 Subject: Simplify and consolidate page styles Use the section template instead of defining a new page type for the about page. In general I could build on pieces of markdown for each subsection. --- layouts/section_page/single.html | 10 ---------- 1 file changed, 10 deletions(-) delete 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 deleted file mode 100644 index 162b4b7..0000000 --- a/layouts/section_page/single.html +++ /dev/null @@ -1,10 +0,0 @@ -{{ define "main" }} -{{ partial "hero.html" . }} - -
-{{ range .Resources.ByType "page" }} -{{ partial "open_section.html" . }} -{{ end }} -
- -{{ end }} -- cgit v1.2.3