remotes/1693045480750635534/spooky-22
Aevann1 2022-02-08 23:03:29 +02:00
parent b55fba0847
commit 11adb98313
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,9 @@
{% elif 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 %}