summaryrefslogtreecommitdiffstats
path: root/default.s5
diff options
context:
space:
mode:
Diffstat (limited to 'default.s5')
-rw-r--r--default.s53
1 files changed, 3 insertions, 0 deletions
diff --git a/default.s5 b/default.s5
index d761112..27e681f 100644
--- a/default.s5
+++ b/default.s5
@@ -61,6 +61,9 @@ $endif$
61$if(author)$ 61$if(author)$
62 <h3 class="author">$for(author)$$author$$sep$<br/>$endfor$</h3> 62 <h3 class="author">$for(author)$$author$$sep$<br/>$endfor$</h3>
63$endif$ 63$endif$
64$if(institute)$
65 <h3 class="institute">$for(institute)$$institute$$sep$<br/>$endfor$</h3>
66$endif$
64$if(date)$ 67$if(date)$
65 <h4 class="date">$date$</h4> 68 <h4 class="date">$date$</h4>
66$endif$ 69$endif$