From 71ab8b9c2056296ceda4869ddeb11d6c8de25278 Mon Sep 17 00:00:00 2001 From: James Gregory Date: Sun, 19 Jan 2014 16:03:45 +1100 Subject: [PATCH] Remove date from title page --- epub/template.html | 2 +- html/template.html | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/epub/template.html b/epub/template.html index c197536..43c6401 100644 --- a/epub/template.html +++ b/epub/template.html @@ -23,7 +23,7 @@ $endfor$ $if(titlepage)$

$title$

$for(author)$ - by

$author$

+

$author$

$endfor$ $else$ $body$ diff --git a/html/template.html b/html/template.html index 53b01f7..b0fd754 100644 --- a/html/template.html +++ b/html/template.html @@ -46,9 +46,6 @@ $endif$ $for(author)$

$author$

$endfor$ -$if(date)$ -

$date$

-$endif$ $endif$ $if(toc)$