__I've found a bug and checked that ...__
When navigation.instant is enabled, internal links in the docs site won't refresh correctly the title of the page/tab/window
Site title always matches the current page, and updates along with the new pages you click.
Site title skips the first page update, and from that point, every time you go to another page, the title updates to the previous page (it's always "one page behind you"). Refreshing with F5 updates the title correctly, but then the issue starts again as soon as you go to another page.
navigation.instant feature# Appearance
theme:
name: material
custom_dir: theme
logo: assets/img/logo.png
favicon: assets/img/favicon.png
font:
text: PT Sans
code: PT Mono
palette:
- scheme: slate
primary: deep purple
accent: deep purple
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: default
primary: deep purple
accent: deep purple
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.instant
- navigation.tabs
# - header.hide # Insiders
# - search.highlight # Insiders
# - toc.autohide # Insiders
# Plugins
plugins:
- search
- minify:
minify_html: true
- git-revision-date-localized:
type: timeago
fallback_to_build_date: true
# Extensions
markdown_extensions:
- admonition
- def_list
- meta
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.extra
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys:
separator: ' + '
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.striphtml
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tilde
- pymdownx.tasklist:
custom_checkbox: true
- toc:
separator: "-"
permalink: '#'
toc_depth: 3
Thanks for reporting! Shouldn't be too hard too fix.
Fixed in 87b706f1.
Released as part of 6.1.1.