tar
This commit is contained in:
parent
dfa73a8797
commit
249544ba56
4 changed files with 3 additions and 3 deletions
Binary file not shown.
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 242 KiB |
Binary file not shown.
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 242 KiB |
|
@ -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'
|
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue