remotes/1693045480750635534/spooky-22
Aevann1 2022-02-08 22:52:12 +02:00
parent 94562960d0
commit 39f1694f78
1 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,9 @@
{% if SUBS %}
<div class="srd">
{% for s in SUBS %}
<a {% if sub and s == sub.name %} style="color: var(--secondary)" {% else %} style="color: white"{% endif %} class="text-small-mobile ml-2" href="/s/{{s}}">/s/{{s}}</a>
{% if s != 'general' %}
<a {% if sub and s == sub.name %} style="color: var(--secondary)" {% else %} style="color: white"{% endif %} class="text-small-mobile ml-2" href="/s/{{s}}">/s/{{s}}</a>
{% endif %}
{% endfor %}
</div>
{% endif %}