2024-04-23 20:48:29 +02:00
|
|
|
|
|
|
|
{% load static %}
|
|
|
|
|
2024-04-24 19:12:54 +02:00
|
|
|
<a class="site-btn-overlay" href='{% url "sites:site_overview" category %}'>
|
2024-04-23 20:48:29 +02:00
|
|
|
{% if category == "twitter" %}
|
|
|
|
<img src='{% static "/img/site-logos/twitter_logo.png" %}' alt="{{ category }}"/>
|
|
|
|
{% else %}
|
|
|
|
<small>{{ category|capfirst }}</small>
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
</a>
|