From 8db1c3600174521698e22ec7eacc60c8963f55a9 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 25 Sep 2016 21:43:19 +0200 Subject: Use p tag for subtitle, author, date in epub, revealjs, slidy. --- default.epub3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'default.epub3') diff --git a/default.epub3 b/default.epub3 index 0325d53eb..8a12e0fb3 100644 --- a/default.epub3 +++ b/default.epub3 @@ -33,13 +33,13 @@ $else$ $endif$ $endfor$ $if(subtitle)$ -

$subtitle$

+

$subtitle$

$endif$ $for(author)$ -

$author$

+

$author$

$endfor$ $for(creator)$ -

$creator.text$

+

$creator.text$

$endfor$ $if(publisher)$

$publisher$

-- cgit v1.2.3