diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/html.template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/html.template b/templates/html.template index 820279939..1d07a2cfb 100644 --- a/templates/html.template +++ b/templates/html.template @@ -41,12 +41,12 @@ $for(header-includes)$ $endfor$ </head> <body> -$if(title)$ -<h1 class="title">$title$</h1> -$endif$ $for(include-before)$ $include-before$ $endfor$ +$if(title)$ +<h1 class="title">$title$</h1> +$endif$ $if(toc)$ $toc$ $endif$ |