Use a cuter icon for the cats - Font Awesome doesn't have an actual cat, but a paw is also cute :3c

This commit is contained in:
Danielle McLean 2017-11-20 11:12:05 +11:00
parent 3ca2af74bb
commit 829bb4a20f
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
<div class="card-footer">
{% for c in entry.cats.all %}
<a class="p-category" href="{{ c.url }}">
<i class="fa fa-hashtag"></i>
<i class="fa fa-paw"></i>
{{ c.name }}
</a>
{% endfor %}