diff options
-rw-r--r-- | template.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template.tex b/template.tex index 0240d8e..9adfd0d 100644 --- a/template.tex +++ b/template.tex @@ -130,7 +130,6 @@ $endif$ $if(title)$ \title{$title$} -$endif$ $if(subtitle)$ \subtitle{$subtitle$} $endif$ @@ -142,6 +141,8 @@ $if(date)$ $else$ \date{} $endif$ +$endif$ + $for(header-includes)$ $header-includes$ $endfor$ |