Incorporated titlepage stuff into epub-page.html.
This commit is contained in:
parent
3aab241c32
commit
1709949ce5
1 changed files with 10 additions and 0 deletions
|
@ -18,7 +18,17 @@ $for(css)$
|
|||
$endfor$
|
||||
</head>
|
||||
<body>
|
||||
$if(titlepage)$
|
||||
<h1 class="title">$title$</h1>
|
||||
$for(author)$
|
||||
<h2 class="author">$author$</h2>
|
||||
$endfor$
|
||||
$if(date)$
|
||||
<h3 class="date">$date$</h3>
|
||||
$endif$
|
||||
$else$
|
||||
$body$
|
||||
$endif$
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue