commit | c5940cdf11602c1cb71115d46cccd92db22cdc39 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Mon Oct 09 18:58:34 2023 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Mon Oct 09 18:58:34 2023 +0200 |
tree | d283bd2e0e603539cd38dc0fdb4c72a18d8c1115 | |
parent | f8d5ff1d1ea6ead88aacdaa589861ed2d214f9a9 [diff] |
Also show empty subtitles Change-Id: I49d726c57de06db1c6030587737d08ddce4866f6
diff --git a/inst/rmarkdown/templates/revealjs_presentation/resources/default.html b/inst/rmarkdown/templates/revealjs_presentation/resources/default.html index 853611a..ff05143 100644 --- a/inst/rmarkdown/templates/revealjs_presentation/resources/default.html +++ b/inst/rmarkdown/templates/revealjs_presentation/resources/default.html
@@ -155,9 +155,7 @@ $endfor$ </div> <h1 class="title">$title$</h1> -$if(subtitle)$ <h2 class="subtitle">$subtitle$</h2> -$endif$ $if(date)$ <div class="place">$date$</div> $endif$