Skip to content

Commit

Permalink
add layout for epub metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
schacon committed Nov 14, 2014
1 parent f62bf2e commit a683e9c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions theme/epub/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{{ doctype }}
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta name="publisher" content="Apress"/>
<meta name="author" content="Scott Chacon, Ben Straub"/>
<meta name="date" content="2014-11-01"/>
<meta name="description" content="Pro Git (Second Edition) is your fully-updated guide to Git and its usage in the modern world."/>
<title>{{ title }}</title>
</head>
<body data-type="book">
{{ content }}
</body>
</html>

0 comments on commit a683e9c

Please sign in to comment.