HTML template: Display author(s) and date after title.
This commit is contained in:
parent
4900bcb128
commit
8590fab135
1 changed files with 10 additions and 0 deletions
10
default.html
10
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)$
|
||||
|
|
Loading…
Add table
Reference in a new issue