Add excluderss page parameter

This commit is contained in:
Will Faught
2022-12-13 21:45:07 -08:00
parent 2e1c02ddc6
commit 8e5faf8813
2 changed files with 6 additions and 0 deletions

View File

@@ -98,6 +98,9 @@ an anchor around the page title, if any. If the page or site parameter
The `paige-search` layout provides full site search. It requires setting
`outputs.home` to `["html", "json", "rss"]` in `config.yaml`.
Set page parameter `excluderss` to true to exclude it from RSS. Doing so
for a list page excludes the entire directory.
If `partials/paige-head-last.html` exists in the site, it is included at
the end of the head tag. If `partials/paige-body-last.html` exists in
the site, it is included at the end of the body tag.