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
Reproduction
example.zip
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
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
Reproduction
example.zip
Steps to reproduce
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