added .entry-info and .link-comments
This commit is contained in:
parent
14274d0680
commit
cafabe1530
@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
<ul class="entry-footer">
|
<ul class="entry-footer">
|
||||||
|
|
||||||
<li>Posted by {$author} at
|
<li class="entry-info">Posted by {$author} at
|
||||||
{$date|date_format}
|
{$date|date_format}
|
||||||
{if ($categories)} in {$categories|@filed}{/if}
|
{if ($categories)} in {$categories|@filed}{/if}
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li class="link-comments">
|
||||||
<a href="{$id|link:comments_link}#comments">{$comments|tag:comments_number}
|
<a href="{$id|link:comments_link}#comments">{$comments|tag:comments_number}
|
||||||
{if isset($views)}(<strong>{$views}</strong> views){/if}
|
{if isset($views)}(<strong>{$views}</strong> views){/if}
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user