|
|
@ -1,8 +1,8 @@ |
|
|
|
{# Custom category list for kirsle.net <ul>-based design #} |
|
|
|
{% for tag in tags %} |
|
|
|
{% if not tag["small"] %} |
|
|
|
<ul>» <a href="{{ url_for('blog.category', category=tag['category']) }}">{{ tag['category'] }}</a> |
|
|
|
<small>({{ tag['count'] }})</small></ul> |
|
|
|
<li>» <a href="{{ url_for('blog.category', category=tag['category']) }}">{{ tag['category'] }}</a> |
|
|
|
<small>({{ tag['count'] }})</small></li> |
|
|
|
{% endif %} |
|
|
|
{% endfor %} |
|
|
|
{% if has_small %} |
|
|
@ -11,8 +11,8 @@ |
|
|
|
<ul> |
|
|
|
{% for tag in tags %} |
|
|
|
{% if tag["small"] %} |
|
|
|
» <a href="{{ url_for('blog.category', category=tag['category']) }}">{{ tag['category'] }}</a> |
|
|
|
<small>({{ tag['count'] }})</small><br> |
|
|
|
<li>» <a href="{{ url_for('blog.category', category=tag['category']) }}">{{ tag['category'] }}</a> |
|
|
|
<small>({{ tag['count'] }})</small></li> |
|
|
|
{% endif %} |
|
|
|
{% endfor %} |
|
|
|
</ul> |
|
|
@ -22,4 +22,4 @@ |
|
|
|
<li>¤ <a href="#" onClick="$('#blog_show_less').hide(); $('#blog_show_more').show(1000); return false">Show more...</a></li> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|