From cbd59efef8f7133c29917b073ceb3f1e77280f40 Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Fri, 30 Dec 2011 22:35:42 -0800
Subject: [PATCH] history on by default

---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 025c091..6ed1d56 100644
--- a/index.html
+++ b/index.html
@@ -223,7 +223,7 @@
 				progress: true,
 
 				// If true; each slide will be pushed to the browser history
-				history: false,
+				history: true,
 
 				// Apply a 3D roll to links on hover
 				rollingLinks: true,
-- 
GitLab