aboutsummaryrefslogtreecommitdiff
path: root/data/templates/default.revealjs
diff options
context:
space:
mode:
authorThomas Hodgson <hello@twshodgson.net>2021-05-15 18:56:48 +0200
committerGitHub <noreply@github.com>2021-05-15 09:56:48 -0700
commit97a0ee23bc2d7ec90d193f41fb89f91bc66f6528 (patch)
tree22c54aa12ed089e7b0641651ad41202ca6b2b9ad /data/templates/default.revealjs
parent0794862aacdb5d28616dadc3d681a63c36251212 (diff)
downloadpandoc-97a0ee23bc2d7ec90d193f41fb89f91bc66f6528.tar.gz
HTML-based slide shows: add support for institute (#7289)
Add institute variable (string or list) to HTML-based slide formats.
Diffstat (limited to 'data/templates/default.revealjs')
-rw-r--r--data/templates/default.revealjs3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/default.revealjs b/data/templates/default.revealjs
index e90b32899..838d5465f 100644
--- a/data/templates/default.revealjs
+++ b/data/templates/default.revealjs
@@ -52,6 +52,9 @@ $endif$
$for(author)$
<p class="author">$author$</p>
$endfor$
+$for(institute)$
+ <p class="institute">$institute$</p>
+$endfor$
$if(date)$
<p class="date">$date$</p>
$endif$