zola/components/content
Seth Morabito f4a1e99b98 Page and config authors (#2024) (#2092)
The W3C feed validator fails to validate RSS 2.0 and Atom 1.0 feed
elements that do not contain a valid author. This change adds an
`authors: Vec<String>` to pages, as well as an `author: Option<String>`
to Config that will act as a default to use in RSS and Atom templates if
no page-level authors are specified.
2023-02-16 20:49:03 +01:00
..
src Page and config authors (#2024) (#2092) 2023-02-16 20:49:03 +01:00
Cargo.toml Re-organise content and remove slotmap indirection level (#1827) 2022-04-26 20:51:04 +02:00