Add: furaffinity logo
This commit is contained in:
parent
338ba18bd2
commit
858631378d
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
<a class="site-btn-overlay" href='{% url "sites:site_overview" category %}'>
|
||||
{% if category == "twitter" %}
|
||||
<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 %}
|
||||
<small>{{ category|capfirst }}</small>
|
||||
|
||||
|
|
Loading…
Reference in a new issue