aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.html56
1 files changed, 3 insertions, 3 deletions
diff --git a/default.html5 b/default.html5
index 6b1fdb38b..5641ecb80 100644
--- a/default.html5
+++ b/default.html5
@@ -44,13 +44,13 @@ $if(title)$
<header>
<h1 class="title">$title$</h1>
$if(subtitle)$
-<h1 class="subtitle">$subtitle$</h1>
+<p class="subtitle">$subtitle$</p>
$endif$
$for(author)$
-<h2 class="author">$author$</h2>
+<p class="author">$author$</p>
$endfor$
$if(date)$
-<h3 class="date">$date$</h3>
+<p class="date">$date$</p>
$endif$
</header>
$endif$