fix: stray token + styles

This commit is contained in:
Cory Dransfeldt 2024-06-18 15:56:42 -07:00
parent ccce1537fd
commit 09c4a274bf
No known key found for this signature in database
4 changed files with 12 additions and 8 deletions

View file

@ -14,7 +14,7 @@
{% if item.rating %}
<span class="rating"> ({{ item.rating }})</span>
{% endif %}
{% endunless %} %}
{% endunless %}
</div>
{% else %}
<div class="header">{{ item.name }}</div>