This commit is contained in:
Aevann1 2022-02-27 17:50:19 +02:00
parent dfa73a8797
commit 249544ba56
4 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 242 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 242 KiB

Before After
Before After

View file

@ -31,4 +31,4 @@ class Sub(Base):
@lazy
def banner_url(self):
if self.bannerurl: return SITE_FULL + self.bannerurl
return f'{SITE_FULL}/static/assets/images/{SITE_NAME}/banner.webp?a=1040'
return f'{SITE_FULL}/static/assets/images/{SITE_NAME}/banner.webp?a=1041'

View file

@ -239,13 +239,13 @@
</a>
{% else %}
<a href="/">
<img alt="site banner" src="/static/assets/images/{{SITE_NAME}}/banner.webp?a=1040" width="100%">
<img alt="site banner" src="/static/assets/images/{{SITE_NAME}}/banner.webp?a=1041" width="100%">
</a>
{% endif %}
{% else %}
<a href="/login">
<img class="banner" alt="site banner" src="/static/assets/images/{{SITE_NAME}}/cached.webp?a=1011" width="100%">
<img class="banner" alt="site banner" src="/static/assets/images/{{SITE_NAME}}/cached.webp?a=1012" width="100%">
</a>
{% endif %}
{% endif %}