aboutsummaryrefslogtreecommitdiff
path: root/epub-page.html
diff options
context:
space:
mode:
Diffstat (limited to 'epub-page.html')
-rw-r--r--epub-page.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/epub-page.html b/epub-page.html
index eb47fd4ab..69beb7d04 100644
--- a/epub-page.html
+++ b/epub-page.html
@@ -3,7 +3,19 @@
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
<title>$pagetitle$</title>
-<link href="stylesheet.css" type="text/css" rel="stylesheet" />
+$if(quotes)$
+ <style type="text/css">
+ q { quotes: "“" "”" "‘" "’"; }
+ </style>
+$endif$
+$if(highlighting-css)$
+ <style type="text/css">
+$highlighting-css$
+ </style>
+$endif$
+$for(css)$
+ <link rel="stylesheet" $if(epub3)$$else$type="text/css"$endif$ href="$css$" />
+$endfor$
</head>
<body>
$body$