aboutsummaryrefslogtreecommitdiff
path: root/data/templates/default.slidy
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/default.slidy')
-rw-r--r--data/templates/default.slidy5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/templates/default.slidy b/data/templates/default.slidy
index 6b9776858..a4ac97f9d 100644
--- a/data/templates/default.slidy
+++ b/data/templates/default.slidy
@@ -52,6 +52,11 @@ $if(author)$
$for(author)$$author$$sep$<br/>$endfor$
</p>
$endif$
+$if(institute)$
+ <p class="institute">
+$for(institute)$$institute$$sep$<br/>$endfor$
+ </p>
+$endif$
$if(date)$
<p class="date">$date$</p>
$endif$