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>