-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open
Description
Context
No response
Bug description
Hello
when I navigate back to the index page of my website, my title in the top left corner of the page (div class="md-header__title") is changed into "Home" label. If I remove "navigation.instant" feature from mkdocs.yml, the issue disappears.
Related links
- Bug reporting
- Nothing much
Reproduction
Steps to reproduce
- Display the index page --> Title = site_name (from mkdocs.yml) --> OK
- Display a page from navigation menu --> Title = site_name --> OK
- Scroll on this page --> Title = name of the page (also from mkdocs.yml/nav:) --> OK
- Click the logo on left top of page (without scrolling back to top)
- The index page is displaying --> Title = "Home" --> NOK
If I replace the last 2 steps by :
4. Scrolling back to top --> Title = site_name (from mkdocs.yml) --> OK
5. Click the logo, the index page is displaying --> site_name (from mkdocs.yml) --> OK
Browser
Firefox
Before submitting
- I have read and followed the bug reporting guidelines.
- I have attached links to the documentation, and possibly related issues or discussions.
- I assure that I have removed all customizations before submitting this bug report.
- I have attached a .zip file with a minimal reproduction.
Metadata
Metadata
Assignees
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open