diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/rst.template | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/templates/rst.template b/templates/rst.template index abca8d81a..b4c3e2733 100644 --- a/templates/rst.template +++ b/templates/rst.template @@ -1,15 +1,19 @@ -$if(titleblock)$ $if(title)$ $title$ $endif$ -$if(authors)$ -$authors$ -$endif$ +$for(author)$ +:Author: $author$ +$endfor$ $if(date)$ -Date: $date$ +:Date: $date$ $endif$ +$if(author)$ +$else$ +$if(date)$ + +$endif$ $endif$ $if(math)$ .. role:: math(raw) |