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 @@
]
});
-
-