Fix author, date in AsciiDoc; add keywords, abstract.

AsciiDoctor did not parse previous output.
This commit is contained in:
Andrew Dunning 2015-10-22 16:03:09 -04:00
parent 06fe6706f1
commit 5481fb0853

View file

@ -1,15 +1,24 @@
$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$