Skip to content

Commit

Permalink
Minor tags template fix.
Browse files Browse the repository at this point in the history
For #185.
  • Loading branch information
lemon24 committed Nov 28, 2020
1 parent 7ec751d commit 4e4d554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reader/_app/templates/tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

{% for tag, feed_counts, entry_counts in tags %}
<dt id="tag-{{ loop.index }}">
{% if tag is true %} <span class="tag-text">any tags</span>
{% elif tag is false %} <span class="tag-text">no tags</span>
{% if tag == true %} <span class="tag-text">any tags</span>
{% elif tag == false %} <span class="tag-text">no tags</span>
{% else %} <span class="tag">{{ tag }}</span>
{% endif %}
</dt>
Expand Down

0 comments on commit 4e4d554

Please sign in to comment.