Skip to content

Commit a683e9c

Browse files
committed
add layout for epub metadata
1 parent f62bf2e commit a683e9c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

theme/epub/layout.html

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{{ doctype }}
2+
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="publisher" content="Apress"/>
6+
<meta name="author" content="Scott Chacon, Ben Straub"/>
7+
<meta name="date" content="2014-11-01"/>
8+
<meta name="description" content="Pro Git (Second Edition) is your fully-updated guide to Git and its usage in the modern world."/>
9+
<title>{{ title }}</title>
10+
</head>
11+
<body data-type="book">
12+
{{ content }}
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)