vcx
This commit is contained in:
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 |
Binary file not shown.
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 94 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6 KiB |
|
@ -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
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue