Improved author/date in asciidoc template.

This commit is contained in:
John MacFarlane 2011-11-17 00:52:26 -08:00
parent 8b89d7c975
commit 279110eb7c

View file

@ -1,7 +1,11 @@
$if(titleblock)$
$title$
$for(author)$$author$$sep$; $endfor$
$date$
$for(author)$
:author: $author$
$endfor$
$if(date)$
:date: $date$
$endif$
$if(toc)$
:toc:
$endif$