title heading now h2 for static pages

This commit is contained in:
DeltaLima 2023-06-19 22:22:06 +02:00
parent c69dc97eb6
commit 645bf2fc30

View File

@ -3,7 +3,7 @@
{static_block}
{static}
<div id="{$id}" class="entry">
<h3>{$subject}</h3>
<h2>{$subject}</h2>
<p class="date">Published by {$author} on {$date|date_format:"%A, %B %e, %Y - %H:%M:%S"}</p>
{$content|tag:the_content}
</div>
@ -12,4 +12,4 @@
</div>
{include file=widgets.tpl}
{include file=footer.tpl}
{include file=footer.tpl}