title heading now h2 for static pages
This commit is contained in:
parent
c69dc97eb6
commit
645bf2fc30
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue