aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2018-10-04 13:26:16 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2018-10-04 13:26:22 +0200
commitd5cf3fa13c899014008314d41292880fa8b699bd (patch)
treeab48c34dadd6d9aebf8fddd473267c4a4b03890a /index.html
parent8582c9aac8888bc71d2658377778279a5d5f0c34 (diff)
downloadperl-software-in-gnu-guix-d5cf3fa13c899014008314d41292880fa8b699bd.tar
perl-software-in-gnu-guix-d5cf3fa13c899014008314d41292880fa8b699bd.tar.gz
formatting and tweaks for #2104
Diffstat (limited to 'index.html')
-rw-r--r--index.html23
1 files changed, 3 insertions, 20 deletions
diff --git a/index.html b/index.html
index e3e10c1..98accc3 100644
--- a/index.html
+++ b/index.html
@@ -24,23 +24,8 @@
<body>
<div class="reveal">
<div class="slides">
- <section data-timing="6">
- Slide 1
-
- <aside>
- these are not notes
- </aside>
- <aside class="notes">
- these are notes for the first slide
- </aside>
- </section>
- <section>
- Slide 2
-
- <aside class="notes">
- these are the nodes for the second slide
- </aside>
- </section>
+ <section>Slide 1</section>
+ <section>Slide 2</section>
</div>
</div>
@@ -57,9 +42,7 @@
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
- ],
- controlsTutorial: false,
- defaultTiming: 3
+ ]
});
</script>
</body>