epub templates: insert id="cover" in body of cover page.
We check for the coverpage variable.
This commit is contained in:
parent
eac006ec6d
commit
c76c6c5224
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ $for(css)$
|
|||
<link rel="stylesheet" type="text/css" href="$css$" />
|
||||
$endfor$
|
||||
</head>
|
||||
<body>
|
||||
<body$if(coverpage)$ id="cover"$endif$>
|
||||
$if(titlepage)$
|
||||
$for(title)$
|
||||
$if(title.text)$
|
||||
|
|
|
@ -19,7 +19,7 @@ $for(css)$
|
|||
<link rel="stylesheet" type="text/css" href="$css$" />
|
||||
$endfor$
|
||||
</head>
|
||||
<body>
|
||||
<body$if(coverpage)$ id="cover"$endif$>
|
||||
$if(titlepage)$
|
||||
<section epub:type="titlepage">
|
||||
$for(title)$
|
||||
|
|
Loading…
Reference in a new issue