forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-04-26 00:43:59 +02:00
parent 2d1d946919
commit 13166f5ca3
2 changed files with 2 additions and 2 deletions

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