aboutsummaryrefslogtreecommitdiff
path: root/default.asciidoc
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-11-17 00:52:26 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-11-17 00:52:26 -0800
commit279110eb7cfedd20e626cdeaaf94ccc6fbb1e8ab (patch)
tree92a176dd1b18e3c93624365ed217f763e63bfd19 /default.asciidoc
parent8b89d7c975800f70024fd9a4204f615fec789463 (diff)
downloadpandoc-279110eb7cfedd20e626cdeaaf94ccc6fbb1e8ab.tar.gz
Improved author/date in asciidoc template.
Diffstat (limited to 'default.asciidoc')
-rw-r--r--default.asciidoc8
1 files changed, 6 insertions, 2 deletions
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$