Merge pull request #142 from adunning/asciidoc
Fix author, date in AsciiDoc; add keywords, abstract.
This commit is contained in:
commit
219dea4059
1 changed files with 13 additions and 4 deletions
|
@ -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$
|
||||
|
|
Loading…
Add table
Reference in a new issue