diff --git a/index.html b/index.html
index 8251079c..025c0910 100644
--- a/index.html
+++ b/index.html
@@ -5,6 +5,9 @@
reveal.js
+
+
+
@@ -219,6 +222,9 @@
// Display a presentation progress bar
progress: true,
+ // If true; each slide will be pushed to the browser history
+ history: false,
+
// Apply a 3D roll to links on hover
rollingLinks: true,
@@ -226,11 +232,11 @@
theme: query.theme || 'default', // default/neon
// Transition style
- transition: query.transition || 'default' // default/cube/page/concave/linear(2d),
+ transition: query.transition || 'default' // default/cube/page/concave/linear(2d)
});
hljs.initHighlightingOnLoad();
-
+