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:
Christophe Dervieux 2021-11-05 12:39:10 +01:00 committed by John MacFarlane
parent 327bdd66b6
commit 19eb5c6d6a

View file

@ -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$,