commit | 3290c4b214336a2ddae1146d6947da47057988f8 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Tue May 14 11:51:20 2024 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Tue May 14 11:51:20 2024 +0200 |
tree | 1e00ead46f8f76c7e881d9a1d0591189d589b32b | |
parent | e8f8889bc88bcfdbb4a4f94498cd8a6af30a00fa [diff] |
Allow affiliation.address instead of institute as in posterdown Change-Id: I3ecb8e91acbdf0ee5247a1962d6236fb566e955d
diff --git a/inst/rmarkdown/templates/revealjs_presentation/resources/default.html b/inst/rmarkdown/templates/revealjs_presentation/resources/default.html index 12684f7..8910fb5 100644 --- a/inst/rmarkdown/templates/revealjs_presentation/resources/default.html +++ b/inst/rmarkdown/templates/revealjs_presentation/resources/default.html
@@ -159,6 +159,9 @@ <span class="institute">$institute$</h2> ${ sep }· $endfor$ +$for(affiliation)$ + <span class="institute">$affiliation.address$</h2> + ${ sep }· $endfor$ </div> <h1 class="title">$title$</h1>