diff options
Diffstat (limited to 'default.revealjs')
-rw-r--r-- | default.revealjs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/default.revealjs b/default.revealjs index 7233e202a..4b90071b3 100644 --- a/default.revealjs +++ b/default.revealjs @@ -48,6 +48,9 @@ $endfor$ $if(title)$ <section> <h1 class="title">$title$</h1> +$if(subtitle)$ + <h1 class="subtitle">$subtitle$</h1> +$endif$ $for(author)$ <h2 class="author">$author$</h2> $endfor$ |