work on item template. fix README

This commit is contained in:
Fabio Comuni 2012-09-20 10:10:25 +02:00
parent 0068dd8702
commit 57b582edb9
2 changed files with 7 additions and 5 deletions

2
README
View File

@ -1 +1 @@
Collection of themes and addons to make Friendika work more like a blog
Collection of themes and addons to make Friendica work more like a blog

View File

@ -19,7 +19,7 @@
</div><!-- .entry-meta -->
<div class="comments-link">
<a title="Comment" href="$item.plink.href">$item.num_comments</a>
<a title="Comment" href="$item.plink.href">$item.total_comments_num</a>
</div>
</header><!-- .entry-header -->
@ -31,8 +31,8 @@
{{ if $item.categories }}
<span class="cat-links">
<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span>
<a rel="category" href="$cat.remove"{{ for $item.categories as $cat }}
$cat
{{ for $item.categories as $cat }}
<a href="$cat.url">$cat.name</a>{{if $cat.removeurl}} (<a href="$cat.removeurl" title="$remove">x</a>) {{endif}}
{{ endfor }}
</span>
<span class="sep"> | </span>
@ -56,7 +56,9 @@
<span class="sep"> | </span>
{{ endif }}
<span class="comments-link"><a title="Comment" href="$item.plink.href">$item.num_comments</a></span>
<span class="comments-link"><a title="Comment" href="$item.plink.href">
$item.total_comments_num $item.total_comments_text</a>
</span>
</footer><!-- #entry-meta -->
</article>