Skip to content

Commit

Permalink
add defaults for slideNumber and controls to template (#422)
Browse files Browse the repository at this point in the history
This fixes #410
  • Loading branch information
renefritze authored Jul 22, 2022
1 parent 463c2e4 commit d8ca9db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/template/reveal.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
history: true,
center: true,
transition: 'default', // none/fade/slide/convex/concave/zoom
controls: true,
slideNumber: true,
plugins: [
RevealMarkdown,
RevealHighlight,
Expand Down

0 comments on commit d8ca9db

Please sign in to comment.