diff options
Diffstat (limited to 'default.s5')
-rw-r--r-- | default.s5 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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$ |