Skip to content

Commit

Permalink
default.revealjs template: make 'history' default to true.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Feb 20, 2017
1 parent ce8226f commit 86bc1a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion default.revealjs
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,11 @@ $if(slideNumber)$
// Display the page number of the current slide
slideNumber: $slideNumber$,
$endif$
$if(history)$
// Push each slide change to the browser history
$if(history)$
history: $history$,
$else$
history: true,
$endif$
$if(keyboard)$
// Enable keyboard shortcuts for navigation
Expand Down

0 comments on commit 86bc1a0

Please sign in to comment.