Fix for title in template

This commit is contained in:
2022-05-14 18:17:46 +02:00
parent ceb6d4f0ff
commit 9af05d6ffa
2 changed files with 16 additions and 17 deletions

View File

@@ -36,7 +36,6 @@ $include-before$
$endfor$
$if(title)$
<header id="title-block-header">
<h1 class="title">$title$</h1>
$if(subtitle)$
<p class="subtitle">$subtitle$</p>
$endif$