Add disableLayout variable in revealjs template
This allows to modify it using Pandoc variable. Default value is correctly set to false by Pandoc.
This commit is contained in:
parent
327bdd66b6
commit
19eb5c6d6a
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ $endif$
|
|||
|
||||
// Disables the default reveal.js slide layout (scaling and centering)
|
||||
// so that you can use custom CSS layout
|
||||
disableLayout: false,
|
||||
disableLayout: $disableLayout$,
|
||||
|
||||
// Vertical centering of slides
|
||||
center: $center$,
|
||||
|
|
Loading…
Add table
Reference in a new issue