From a683e9c8fe2905e804545021813c8716e3da6b2d Mon Sep 17 00:00:00 2001 From: Scott Chacon Date: Fri, 14 Nov 2014 09:21:54 +0100 Subject: [PATCH] add layout for epub metadata --- theme/epub/layout.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 theme/epub/layout.html diff --git a/theme/epub/layout.html b/theme/epub/layout.html new file mode 100644 index 000000000..e1e13b1ab --- /dev/null +++ b/theme/epub/layout.html @@ -0,0 +1,14 @@ +{{ doctype }} + + + + + + + + {{ title }} + + + {{ content }} + +