From 279110eb7cfedd20e626cdeaaf94ccc6fbb1e8ab Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 17 Nov 2011 00:52:26 -0800 Subject: Improved author/date in asciidoc template. --- default.asciidoc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'default.asciidoc') diff --git a/default.asciidoc b/default.asciidoc index 90b0a68b4..3e30ceef8 100644 --- a/default.asciidoc +++ b/default.asciidoc @@ -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$ -- cgit v1.2.3