Remove section.html

This commit is contained in:
Will Faught
2023-03-19 22:28:38 -07:00
parent 05e84c46d5
commit f623601e90
2 changed files with 0 additions and 16 deletions

View File

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

View File

@@ -1,6 +0,0 @@
{{ define "main" }}
{{ $page := . }}
{{ partial "paige/article.html" $page }}
{{ partial "paige/pages.html" $page }}
{{ end }}