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