remotes/1693045480750635534/spooky-22
Aevann1 2022-02-27 17:50:19 +02:00
parent 4607189909
commit 5d05665747
2 changed files with 3 additions and 3 deletions

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 %}