Don't show snipt-expand in tags list

master
Nick Sergeant 2012-06-12 10:56:04 -04:00
parent 78a7841518
commit ad81ca1e20
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
<h2>{{ snipt.tags.all|length }} tag{{ snipt.tags.all|pluralize }}</h2>
<ul>
{% for tag in snipt.sorted_tags %}
{% if tag != 'snipt-expand' %}
{% if tag.name != 'snipt-expand' %}
<li {% if forloop.counter > 3 and not detail %}class="hidden"{% endif %}>
{% if public %}
<a href="/public/tag/{{ tag.slug }}/">{{ tag }}</a>