From f623601e906e36f5eaf3533824682c0fc41abfe6 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 19 Mar 2023 22:28:38 -0700 Subject: [PATCH] Remove section.html --- README.md | 10 ---------- layouts/_default/paige/section.html | 6 ------ 2 files changed, 16 deletions(-) delete mode 100644 layouts/_default/paige/section.html diff --git a/README.md b/README.md index 75ed4e87..8e0ef1bd 100644 --- a/README.md +++ b/README.md @@ -370,16 +370,6 @@ layout: "paige/search" title: "Search" ``` -### Section - -The `paige/section` layout provides a section page. - -Example `content/_index.md`: - -```yaml -layout: "paige/section" -``` - ## Shortcodes ### Figure diff --git a/layouts/_default/paige/section.html b/layouts/_default/paige/section.html deleted file mode 100644 index 40c30434..00000000 --- a/layouts/_default/paige/section.html +++ /dev/null @@ -1,6 +0,0 @@ -{{ define "main" }} -{{ $page := . }} - -{{ partial "paige/article.html" $page }} -{{ partial "paige/pages.html" $page }} -{{ end }}