From 64544dea58cc6fd50aacd8d13e019198fa7647d1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 21 Jun 2013 22:48:49 -0700 Subject: Added subtitle to html and latex formats. --- default.html5 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'default.html5') diff --git a/default.html5 b/default.html5 index 720b2fc62..365ad0681 100644 --- a/default.html5 +++ b/default.html5 @@ -39,6 +39,9 @@ $endfor$ $if(title)$

$title$

+$if(subtitle)$ +

$subtitle$

+$endif$ $for(author)$

$author$

$endfor$ -- cgit v1.2.3