Context
No response
Bug description
When attempting to set the default authors for blog posts via the meta plugin according to the docs, the authors do not actually show up on the blog posts. Non-blog metadata configured via the meta plugin (such as tags) will show up, so properties from the meta plugin are being applied to the file, but seemingly blog data is not.
This can be worked around by manually copy/pasting the meta contents into the frontmatter of each post.
Related links
Reproduction
9.4.7+insiders.4.42.3-meta-doesnt-set-authors.zip
Steps to reproduce
- Install dependencies
- Build the site with
mkdocs build or serve it with mkdocs serve
- Navigate to the blog index. Observe that the post with the author explicitly set shows an author, but the post which should be using the author from the meta does not have an author shown.
- Navigate to the post without an author shown, and observe that there is a "Blog" tag shown at the top, showing that the meta file which should be configuring the author is applying to this file.
Browser
No response
Before submitting
Context
No response
Bug description
When attempting to set the default authors for blog posts via the meta plugin according to the docs, the authors do not actually show up on the blog posts. Non-blog metadata configured via the meta plugin (such as tags) will show up, so properties from the meta plugin are being applied to the file, but seemingly blog data is not.
This can be worked around by manually copy/pasting the meta contents into the frontmatter of each post.
Related links
Reproduction
9.4.7+insiders.4.42.3-meta-doesnt-set-authors.zip
Steps to reproduce
mkdocs buildor serve it withmkdocs serveBrowser
No response
Before submitting