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.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'default.html') diff --git a/default.html b/default.html index b7b74c223..1bbeda47a 100644 --- a/default.html +++ b/default.html @@ -37,6 +37,9 @@ $endfor$ $if(title)$

$title$

+$if(subtitle)$ +

$subtitle$

+$endif$ $for(author)$

$author$

$endfor$ -- cgit v1.2.3