This commit is contained in:
Aevann1 2022-04-26 00:43:59 +02:00
parent 37908005fa
commit 4baa34cb0a
5 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 94 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 94 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6 KiB

View file

@ -38,7 +38,7 @@ class Sub(Base):
@lazy @lazy
def banner_url(self): def banner_url(self):
if self.bannerurl: return SITE_FULL + self.bannerurl if self.bannerurl: return SITE_FULL + self.bannerurl
return f'/assets/images/{SITE_NAME}/banner.webp?v=1044' return f'/assets/images/{SITE_NAME}/banner.webp?v=1045'
@property @property
@lazy @lazy

View file

@ -254,7 +254,7 @@
</a> </a>
{% else %} {% else %}
<a href="/"> <a href="/">
<img alt="site banner" src="/assets/images/{{SITE_NAME}}/banner.webp?v=1044" width="100%"> <img alt="site banner" src="/assets/images/{{SITE_NAME}}/banner.webp?v=1045" width="100%">
</a> </a>
{% endif %} {% endif %}
{% endif %} {% endif %}