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)$