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$" />
|
<link rel="stylesheet" type="text/css" href="$css$" />
|
||||||
$endfor$
|
$endfor$
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body$if(coverpage)$ id="cover"$endif$>
|
||||||
$if(titlepage)$
|
$if(titlepage)$
|
||||||
$for(title)$
|
$for(title)$
|
||||||
$if(title.text)$
|
$if(title.text)$
|
||||||
|
|
|
@ -19,7 +19,7 @@ $for(css)$
|
||||||
<link rel="stylesheet" type="text/css" href="$css$" />
|
<link rel="stylesheet" type="text/css" href="$css$" />
|
||||||
$endfor$
|
$endfor$
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body$if(coverpage)$ id="cover"$endif$>
|
||||||
$if(titlepage)$
|
$if(titlepage)$
|
||||||
<section epub:type="titlepage">
|
<section epub:type="titlepage">
|
||||||
$for(title)$
|
$for(title)$
|
||||||
|
|
Loading…
Add table
Reference in a new issue