remotes/1693045480750635534/spooky-22
Aevann1 2022-05-02 23:30:03 +02:00
parent ee0310dd9c
commit df9585017c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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