diff options
Diffstat (limited to 'default.revealjs')
-rw-r--r-- | default.revealjs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/default.revealjs b/default.revealjs index f72d02290..1d356ef8d 100644 --- a/default.revealjs +++ b/default.revealjs @@ -63,13 +63,13 @@ $if(title)$ <section> <h1 class="title">$title$</h1> $if(subtitle)$ - <h1 class="subtitle">$subtitle$</h1> + <p class="subtitle">$subtitle$</p> $endif$ $for(author)$ - <h2 class="author">$author$</h2> + <p class="author">$author$</p> $endfor$ $if(date)$ - <h3 class="date">$date$</h3> + <p class="date">$date$</p> $endif$ </section> $endif$ |