forked from MarseyWorld/MarseyWorld
xvc
parent
b55fba0847
commit
11adb98313
|
@ -27,7 +27,9 @@
|
||||||
{% elif SUBS %}
|
{% elif SUBS %}
|
||||||
<div class="srd">
|
<div class="srd">
|
||||||
{% for s in SUBS %}
|
{% 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 %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue