Fixed titleblock in markdown, plain templates.

Now it is just a single string. Previously separate
title, author, and date variables were used, but this didn't
allow different kinds of title blocks.
This commit is contained in:
John MacFarlane 2012-08-12 19:31:20 -07:00
parent fbe8354599
commit c08ed3f61a
2 changed files with 2 additions and 6 deletions

View file

@ -1,7 +1,5 @@
$if(titleblock)$
% $title$
% $for(author)$$author$$sep$; $endfor$
% $date$
$titleblock$
$endif$
$for(header-includes)$

View file

@ -1,7 +1,5 @@
$if(titleblock)$
$title$
$for(author)$$author$$sep$; $endfor$
$date$
$titleblock$
$endif$
$for(header-includes)$