From f6f7f28ad9f6c5273bd495755f6faafde18d724e Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Mon, 10 Jun 2019 06:57:07 +0200 Subject: [PATCH] enable url hash for default index.html #2434 #2175 --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index a4825a9..571d152 100644 --- a/index.html +++ b/index.html @@ -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' },