diff options
Diffstat (limited to 'default.html')
-rw-r--r-- | default.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default.html b/default.html index 8c638bfc4..2bae586a7 100644 --- a/default.html +++ b/default.html @@ -54,10 +54,10 @@ $else$ $endif$ <h1 class="title">$title$</h1> $for(author)$ -<h3 class="author">$author$</h3> +<h2 class="author">$author$</h2> $endfor$ $if(date)$ -<h4 class="date">$date$</h4> +<h3 class="date">$date$</h3> $endif$ $if(html5)$ </header> |