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:
parent
3ca2af74bb
commit
829bb4a20f
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue