Context
MkDocs supports specifiying post title via h1 in content, e.g. # Lorem ipsum, or via title metadata key, e.g.
---
title: Lorem ipsum
date: 1970-01-01
---
Both will get rendered correctly on individual pages.
Bug description
On Blog index page with latest posts, the title specified via metadata key does not appear. It is, however, rendered correctly on the post itself, i.e. after clicking on Continue reading.
Related links
Reproduction
9.2.7-missing-titles-for-blog-posts.zip
Steps to reproduce
mkdocs serve
- navigate to Blog index
- observe missing titles
- click
Continue reading on any post
- observe that the title is there
Browser
No response
Before submitting
Context
MkDocs supports specifiying post title via
h1in content, e.g.# Lorem ipsum, or viatitlemetadata key, e.g.Both will get rendered correctly on individual pages.
Bug description
On Blog index page with latest posts, the title specified via metadata key does not appear. It is, however, rendered correctly on the post itself, i.e. after clicking on
Continue reading.Related links
Reproduction
9.2.7-missing-titles-for-blog-posts.zip
Steps to reproduce
mkdocs serveContinue readingon any postBrowser
No response
Before submitting