Navigation menu titles can't be set in BladeMatter #383
Closed
Description
This is caused in FindsNavigationDataForPage.php where the front matter is only read for Markdown pages.
if ($this->page instanceof AbstractMarkdownPage) { if ($this->page->matter('navigation.title') !== null) { return $this->page->matter('navigation.title'); } if ($this->page->matter('title') !== null) { return $this->page->matter('title'); } }
Metadata
Assignees
Labels
No labels