We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62bf2e commit a683e9cCopy full SHA for a683e9c
theme/epub/layout.html
@@ -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