added some entry-specific classes
This commit is contained in:
parent
c5755ce9d0
commit
7f8b177699
@ -1,4 +1,4 @@
|
||||
<div id="{$id}" class="entry">
|
||||
<div id="{$id}" class="entry {$date|date_format:"y-%Y m-%m d-%d"}">
|
||||
{* using the following way to print the date, if more *}
|
||||
{* than one entry have been written the same day, *}
|
||||
{* the date will be printed only once *}
|
||||
@ -34,4 +34,4 @@
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
{static_block}
|
||||
{static}
|
||||
<div id="{$id}" class="entry">
|
||||
<div id="{$id}" class="entry page-{$id}">
|
||||
<h3>{$subject}</h3>
|
||||
<p class="date">Published by {$author} on {$date|date_format_daily}</p>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user