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.
7 lines
117 B
Markdown
7 lines
117 B
Markdown
+++
|
|
title = "A transparent page"
|
|
description = ""
|
|
date = 2018-10-10
|
|
authors = ["page@example.com (Page Author)"]
|
|
+++
|