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_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}
|
||||||
|
|
Loading…
Reference in a new issue