We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3799894 commit b2e1d9dCopy full SHA for b2e1d9d
src/Elastic.Markdown/Page/Index.cshtml
@@ -14,7 +14,7 @@
14
Layout = Model.CurrentDocument.YamlFrontMatter?.Layout,
15
RenderHamburgerIcon = Model.CurrentDocument.YamlFrontMatter?.Layout != MarkdownPageLayout.LandingPage,
16
DocSetName = Model.DocSetName,
17
- Title = $"{Model.Title} | {Model.SiteName}",
+ Title = $"{Model.Title} | {Model.Parents[0].NavigationTitle} | {Model.SiteName}",
18
Description = Model.Description,
19
PageTocItems = Model.PageTocItems.Where(i => i is
20
{
0 commit comments