aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/templates/default.revealjs4
1 files changed, 4 insertions, 0 deletions
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$,