Fix components page history behavior: - Avoid duplicate history entries and loop when clicking the compspage index - avoid duplicate history entries and loop when entering an unknown hash fragment - Avoid entire page reload when clicking on the compspage index
parent
6b2bd142df
commit
68e006086e
|
@ -53,7 +53,7 @@
|
|||
<a href="{{page.include_prefix}}/index.html" class="mdl-navigation__link about">About</a>
|
||||
<a href="{{page.include_prefix}}started/index.html" class="mdl-navigation__link started">Getting Started</a>
|
||||
<a href="{{page.include_prefix}}templates/index.html" class="mdl-navigation__link templates">Templates</a>
|
||||
<a href="{{page.include_prefix}}components/index.html" class="mdl-navigation__link components">Components</a>
|
||||
<a href="{{page.include_prefix}}components/index.html#" class="mdl-navigation__link components">Components</a>
|
||||
<a href="{{page.include_prefix}}styles/index.html" class="mdl-navigation__link styles">Styles</a>
|
||||
<a href="{{page.include_prefix}}customize/index.html" class="mdl-navigation__link customize">Customize</a>
|
||||
<div class="spacer"></div>
|
||||
|
|
Loading…
Reference in New Issue