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:
parent
fbe8354599
commit
c08ed3f61a
2 changed files with 2 additions and 6 deletions
|
@ -1,7 +1,5 @@
|
||||||
$if(titleblock)$
|
$if(titleblock)$
|
||||||
% $title$
|
$titleblock$
|
||||||
% $for(author)$$author$$sep$; $endfor$
|
|
||||||
% $date$
|
|
||||||
|
|
||||||
$endif$
|
$endif$
|
||||||
$for(header-includes)$
|
$for(header-includes)$
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
$if(titleblock)$
|
$if(titleblock)$
|
||||||
$title$
|
$titleblock$
|
||||||
$for(author)$$author$$sep$; $endfor$
|
|
||||||
$date$
|
|
||||||
|
|
||||||
$endif$
|
$endif$
|
||||||
$for(header-includes)$
|
$for(header-includes)$
|
||||||
|
|
Loading…
Reference in a new issue