diff options
Diffstat (limited to 'default.asciidoc')
-rw-r--r-- | default.asciidoc | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/default.asciidoc b/default.asciidoc index 3e30ceef8..27215469a 100644 --- a/default.asciidoc +++ b/default.asciidoc @@ -1,16 +1,25 @@ $if(titleblock)$ $title$ -$for(author)$ -:author: $author$ -$endfor$ +$if(author)$ +$for(author)$$author$$sep$; $endfor$ +$endif$ $if(date)$ -:date: $date$ +$date$ +$endif$ +$if(keywords)$ +:keywords: $for(keywords)$$keywords$$sep$, $endfor$ $endif$ $if(toc)$ :toc: $endif$ $endif$ +$if(abstract)$ +[abstract] +== Abstract +$abstract$ + +$endif$ $for(header-includes)$ $header-includes$ |