dsa
This commit is contained in:
parent
8921415b65
commit
9a793883c1
7 changed files with 2 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 46 KiB |
Binary file not shown.
Before Width: | Height: | Size: 242 KiB |
Binary file not shown.
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 59 KiB |
Binary file not shown.
Before Width: | Height: | Size: 94 KiB |
Binary file not shown.
Before Width: | Height: | Size: 79 KiB |
|
@ -36,7 +36,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=1045'
|
return f'/assets/images/{SITE_NAME}/banner.webp?v=1046'
|
||||||
|
|
||||||
@property
|
@property
|
||||||
@lazy
|
@lazy
|
||||||
|
|
|
@ -258,7 +258,7 @@
|
||||||
</a>
|
</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<a href="/">
|
<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>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue