aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-10-11 09:04:31 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-10-11 09:04:31 -0700
commit1e32f282085c31720c3f0adfed37076d890f2bff (patch)
tree9baac2ca76a55c9aa6774438185c4ec8996d6d0d
parent3bbb793e4186dabaed9c7e223967f413426fc64e (diff)
downloadpandoc-1e32f282085c31720c3f0adfed37076d890f2bff.tar.gz
epub-page template: removed separate h1 $title$.
The title is now presumed to be the h1 that begins the body (if there is one).
-rw-r--r--epub-page.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/epub-page.html b/epub-page.html
index aa56170a0..b7df53afe 100644
--- a/epub-page.html
+++ b/epub-page.html
@@ -2,16 +2,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
-<title>$title$</title>
<link href="stylesheet.css" type="text/css" rel="stylesheet" />
</head>
<body>
-<h1>$title$</h1>
-$if(toc)$
-<div id="$idprefix$TOC">
-$toc$
-</div>
-$endif$
$body$
</body>
</html>