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 }}