remotes/1693045480750635534/spooky-22
Aevann1 2022-02-06 01:02:22 +02:00
parent fd7fce8ecb
commit f5b63c985b
1 changed files with 1 additions and 3 deletions

View File

@ -34,9 +34,7 @@
{% if SITE_NAME == 'Drama' %}
<img alt="logo" src="/static/assets/images/{{SITE_NAME}}/logo.webp?a=1010" height=20 width=77>
{% elif sub %}
<a href="/s/{{sub.name}}" class="font-weight-bold ml-4 mt-2" style="font-size:25px;position:absolute">/s/{{sub.name}}</a>
{% else %}
<a href="/" class="font-weight-bold ml-4 mt-2" style="font-size:25px;position:absolute">{{SITE_NAME}}</a>
<a href="/s/{{sub.name}}" class="font-weight-bold ml-1 mt-2">/s/{{sub.name}}</a>
{% endif %}
</a>
</div>