Remove section.html

master
Will Faught 2 years ago
parent 05e84c46d5
commit f623601e90

@ -370,16 +370,6 @@ layout: "paige/search"
title: "Search" title: "Search"
``` ```
### Section
The `paige/section` layout provides a section page.
Example `content/_index.md`:
```yaml
layout: "paige/section"
```
## Shortcodes ## Shortcodes
### Figure ### Figure

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