diff options
author | Hakim El Hattab | 2019-06-10 06:57:07 +0200 |
---|---|---|
committer | Hakim El Hattab | 2019-06-10 06:57:07 +0200 |
commit | f6f7f28ad9f6c5273bd495755f6faafde18d724e (patch) | |
tree | e6b1353330c6ca86bc437a8e606596b6f0c14f5f | |
parent | 99c349825392e74aa15104367d73c248327eb7ba (diff) |
enable url hash for default index.html #2434 #2175
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ // - https://github.com/hakimel/reveal.js#configuration // - https://github.com/hakimel/reveal.js#dependencies Reveal.initialize({ + hash: true, dependencies: [ { src: 'plugin/markdown/marked.js' }, { src: 'plugin/markdown/markdown.js' }, |