-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
The MkDocs configuration for site_author is corresponding to the managingEditor element according to the plugin documentation. However, the site_author populates the HTML meta tag, <meta name="author" content="Author Name">, and expects a name while the <managingEditor>-element expects an e-mail adress. This results in an invalid XML-file according to the W3C valdiator which in turn seems to not be processesed by some RSS readers.
Steps to reproduce
- Create a basic MkDocs-site using with the
mkdocs-rss-plugin. - Add
site_authorin the MkDocs configuration using a name and not an e-mail. - Do not use any other page
metaauthor information. - Validate generated XML file with the W3C validator.
Suggestion
Provide an override for managingEditor in the plugin configuration.
edigaryev and matthewruzzi
Metadata
Metadata
Assignees
Labels
No labels