summaryrefslogtreecommitdiffstats
path: root/default.slideous
diff options
context:
space:
mode:
Diffstat (limited to 'default.slideous')
-rw-r--r--default.slideous7
1 files changed, 7 insertions, 0 deletions
diff --git a/default.slideous b/default.slideous
index ebf582d..70d144b 100644
--- a/default.slideous
+++ b/default.slideous
@@ -63,9 +63,16 @@ $if(title)$
63$if(subtitle)$ 63$if(subtitle)$
64 <h1 class="subtitle">$subtitle$</h1> 64 <h1 class="subtitle">$subtitle$</h1>
65$endif$ 65$endif$
66$if(author)$
66 <p class="author"> 67 <p class="author">
67$for(author)$$author$$sep$<br/>$endfor$ 68$for(author)$$author$$sep$<br/>$endfor$
68 </p> 69 </p>
70$endif$
71$if(institute)$
72 <p class="institute">
73$for(institute)$$institute$$sep$<br/>$endfor$
74 </p>
75$endif$
69$if(date)$ 76$if(date)$
70 <p class="date">$date$</p> 77 <p class="date">$date$</p>
71$endif$ 78$endif$