lib/author/templates/layout.xhtml in author-1.1.0.alpha vs lib/author/templates/layout.xhtml in author-1.1.1.alpha
- old
+ new
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title><%= name %></title>
+ <link rel="stylesheet" href="book.css" type="text/css" media="all" title="Default ebook theme" charset="utf-8" />
</head>
<body>
<div id="contents">
<!-- insert @body -->
</div>