From cf236d0936f4b98de9478d1b72873c38d09a7d94 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Wed, 4 Feb 2015 11:22:07 -0500 Subject: [PATCH] Fix templates --- templates/_index.html | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/templates/_index.html b/templates/_index.html index 54f358a..46c765c 100644 --- a/templates/_index.html +++ b/templates/_index.html @@ -1,10 +1,8 @@ - - - Vagrant + DevOps And You @@ -12,9 +10,7 @@ - - - + @@ -36,11 +32,8 @@ -
-
- <% _.forEach(slides, function(slide) { %> <% if (!_.isArray(slide)) { %> <%= section(slide) %> @@ -54,7 +47,6 @@ <% } %> <% }); %>
-
@@ -64,7 +56,7 @@ // Full list of configuration options available here: // https://github.com/hakimel/reveal.js#configuration Reveal.initialize({ - controls: true, + controls: false, progress: true, history: true, center: true, @@ -87,7 +79,5 @@ ] }); - -