commit | 69c8007e73163075d4a73b28b21ab7b88fd92067 | [log] [tgz] |
---|---|---|
author | christophe dervieux <christophe.dervieux@gmail.com> | Tue Sep 21 15:46:08 2021 +0200 |
committer | christophe dervieux <christophe.dervieux@gmail.com> | Tue Sep 21 15:46:08 2021 +0200 |
tree | 4128aded6a86d0c8774ea6034fb92257cf0f03a9 | |
parent | 6567a7003efb516ac7be56a54dfa62a94fd353c7 [diff] |
Add title-slide id to the title slide Allow styling of the title slide in CSS more easy. This follows template change in Pandoc 2.0.5
diff --git a/inst/rmarkdown/templates/revealjs_presentation/resources/default.html b/inst/rmarkdown/templates/revealjs_presentation/resources/default.html index 55b4703..83944e0 100644 --- a/inst/rmarkdown/templates/revealjs_presentation/resources/default.html +++ b/inst/rmarkdown/templates/revealjs_presentation/resources/default.html
@@ -534,7 +534,7 @@ <div class="slides"> $if(title)$ -<section> +<section id="$idprefix$title-slide"> <h1 class="title">$title$</h1> $if(subtitle)$ <h1 class="subtitle">$subtitle$</h1>