Gallery-Archivist/archivist/apps/templates/sites/partials/site-btn-overlay.html
2024-04-24 19:12:54 +02:00

11 lines
311 B
HTML

{% load static %}
<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 }}"/>
{% else %}
<small>{{ category|capfirst }}</small>
{% endif %}
</a>