From d1948ce0128cea9b4eb121e61de9566b9cab203b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 31 Aug 2014 12:01:55 -0700 Subject: [PATCH] EPUB, EPUB3 templates: Handle structured metadata on titlepage. Previously we just expected 'title', 'subtitle', 'author', 'date'. Now we still support those, but also support the format recommended for epub metadata in the pandoc README: --- title: - type: main text: My Book - type: subtitle text: An investigation of metadata creator: - role: author text: John Smith - role: editor text: Sarah Jones identifier: - scheme: DOI text: doi:10.234234.234/33 publisher: My Press rights: (c) 2007 John Smith, CC BY-NC ... --- data/templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/templates b/data/templates index 7be841cee..2d5491bc0 160000 --- a/data/templates +++ b/data/templates @@ -1 +1 @@ -Subproject commit 7be841cee65db23378e659f3be443effa15168a3 +Subproject commit 2d5491bc0b167a5b20c03e4bc02ef8b5fc20379f