diff --git a/data/templates/default.revealjs b/data/templates/default.revealjs index ff88a4482..e611e5b0b 100644 --- a/data/templates/default.revealjs +++ b/data/templates/default.revealjs @@ -82,6 +82,10 @@ $endif$ // Full list of configuration options available at: // https://revealjs.com/config/ Reveal.initialize({ +$if(center)$ + // Determines whether slide content should be vertically centered + center: $center$, +$endif$ $if(controls)$ // Display controls in the bottom right corner controls: $controls$,