remotes/1693045480750635534/spooky-22
Aevann1 2022-04-02 20:15:31 +02:00
parent cdac160a0c
commit a1e8dbfa37
1 changed files with 11 additions and 17 deletions

View File

@ -227,7 +227,6 @@
{% block Banner %}
{% if '@' not in request.path %}
{% if v %}
{% if sub %}
<img alt="/h/{{sub.name}} banner" role="button" data-bs-toggle="modal" data-bs-target="#expandImageModal" onclick="expandDesktopImage('{{sub.banner_url}}')" loading="lazy" src="{{sub.banner_url}}" width=100% style="object-fit:cover;max-height:25vw">
{% elif SITE_NAME == 'rDrama' %}
@ -242,11 +241,6 @@
<img alt="site banner" src="/assets/images/{{SITE_NAME}}/banner.webp?v=1042" width="100%">
</a>
{% endif %}
{% else %}
<a href="/login">
<img class="banner" alt="site banner" src="/assets/images/{{SITE_NAME}}/cached.webp?v=1012" width="100%">
</a>
{% endif %}
{% endif %}
{% endblock %}