forked from blallo/talk-hm-0x15
Fix bug with switching to night theme
When switching to 'night' theme, the first slide was shown instead of correctly linking to the Themes slide.
This commit is contained in:
parent
6d5df9b62d
commit
a5956bc71d
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@
|
|||
<a href="?theme=beige#/themes">Beige</a> -
|
||||
<a href="?theme=simple#/themes">Simple</a> -
|
||||
<a href="?theme=serif#/themes">Serif</a> -
|
||||
<a href="?theme=night#/night">Night</a> -
|
||||
<a href="?theme=night#/themes">Night</a> -
|
||||
<a href="?#/themes">Default</a>
|
||||
</p>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue