PCM content: swap banner.

remotes/1693045480750635534/spooky-22
Snakes 2022-06-01 16:08:33 -04:00
parent d1fd7d4cc3
commit fd1429a82f
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=1047'
return f'/assets/images/{SITE_NAME}/banner.webp?v=1048'
@property
@lazy

View File

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