commit | c98e73028411d2ea486f4c199a55cf2128b31200 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Tue May 14 22:09:22 2024 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Tue May 14 22:09:22 2024 +0200 |
tree | 8f46950d53b8dcdcc8910fe8e60d74bed6dd785a | |
parent | ea8ff77745bf187a5c88ccf28428b3168d77a4df [diff] |
Use , as author separator in footer Change-Id: Id988591fe1e5ba728c13c2e636144779223ce751
diff --git a/inst/rmarkdown/templates/revealjs_presentation/resources/default.html b/inst/rmarkdown/templates/revealjs_presentation/resources/default.html index 8910fb5..ba1885c 100644 --- a/inst/rmarkdown/templates/revealjs_presentation/resources/default.html +++ b/inst/rmarkdown/templates/revealjs_presentation/resources/default.html
@@ -715,14 +715,7 @@ $endfor$ $if(theme-ids)$ <footer id="ids-footer"><span> - $for(author)$ -$if(author.name)$ - $author.name$ -$else$ - $author$ -$endif$ - ${ sep }· -$endfor$: $title$ · $date$</span></footer> + $for(author)$$if(author.name)$$author.name$$else$$author$$endif$${ sep }, $endfor$ · $title$ · $date$</span></footer> $endif$ </body> </html>