Remove date from title page
This commit is contained in:
parent
06b06977a3
commit
71ab8b9c20
2 changed files with 1 additions and 4 deletions
|
|
@ -23,7 +23,7 @@ $endfor$
|
|||
$if(titlepage)$
|
||||
<h1 class="title">$title$</h1>
|
||||
$for(author)$
|
||||
by <h2 class="author">$author$</h2>
|
||||
<h2 class="author">$author$</h2>
|
||||
$endfor$
|
||||
$else$
|
||||
$body$
|
||||
|
|
|
|||
|
|
@ -46,9 +46,6 @@ $endif$
|
|||
$for(author)$
|
||||
<h2 class="author">$author$</h2>
|
||||
$endfor$
|
||||
$if(date)$
|
||||
<h3 class="date">$date$</h3>
|
||||
$endif$
|
||||
</header>
|
||||
$endif$
|
||||
$if(toc)$
|
||||
|
|
|
|||
Loading…
Reference in a new issue