Add: furaffinity logo

This commit is contained in:
Aroy-Art 2024-05-12 21:17:11 +02:00
parent 338ba18bd2
commit 858631378d
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -4,6 +4,10 @@
<a class="site-btn-overlay" href='{% url "sites:site_overview" category %}'> <a class="site-btn-overlay" href='{% url "sites:site_overview" category %}'>
{% if category == "twitter" %} {% if category == "twitter" %}
<img src='{% static "/img/site-logos/twitter_logo.png" %}' alt="{{ category }}"/> <img src='{% static "/img/site-logos/twitter_logo.png" %}' alt="{{ category }}"/>
{% elif category == "furaffinity" %}
<img src='{% static "/img/site-logos/fa_logo.png" %}' alt="{{ category }}"/>
{% else %} {% else %}
<small>{{ category|capfirst }}</small> <small>{{ category|capfirst }}</small>