aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/default.html b/default.html
index 3f8b76fed..0e8d97fa0 100644
--- a/default.html
+++ b/default.html
@@ -49,10 +49,20 @@ $endfor$
$if(title)$
$if(html5)$
<header>
+$else$
+<div id="header">
$endif$
<h1 class="title">$title$</h1>
+$for(author)$
+<h3 class="author">$author$</h3>
+$endfor$
+$if(date)$
+<h4 class="date">$date$</h4>
+$endif$
$if(html5)$
</header>
+$else$
+</div>
$endif$
$endif$
$if(toc)$