Use pagetitle in title element for epub templates.

This commit is contained in:
John MacFarlane 2012-11-02 19:51:13 -07:00
parent d99073f1be
commit 2e0841bf8e
3 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<!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>
<title>$pagetitle$</title>
<style type="text/css">img{ max-width: 100%; }</style>
<link href="stylesheet.css" type="text/css" rel="stylesheet" />
</head>

View file

@ -2,6 +2,7 @@
<!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>$pagetitle$</title>
<link href="stylesheet.css" type="text/css" rel="stylesheet" />
</head>
<body>

View file

@ -2,7 +2,7 @@
<!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>
<title>$pagetitle$</title>
<link href="stylesheet.css" type="text/css" rel="stylesheet" />
</head>
<body>