Remove header tag from inside main

This commit is contained in:
Nicolás A. Ortega Froysa 2021-11-17 17:43:18 +01:00
parent c8ab67b958
commit 6b2ea2365b

View File

@ -1,6 +1,3 @@
<header>
<h1 class="page-title" >${title}</h1>
</header>
<div>
<h1>${title}</h1>
%{contentfile}
</div>