remotes/1693045480750635534/spooky-22
Aevann1 2022-04-26 00:41:34 +02:00
parent 5d8fdef38c
commit 2d1d946919
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,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=1043'
return f'/assets/images/{SITE_NAME}/banner.webp?v=1044'
@property
@lazy

View File

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

View File

@ -35,7 +35,7 @@
{% if sub %}
<a href="/h/{{sub.name}}" class="font-weight-bold ml-2 flex-grow-1 mt-1" style="font-size:max(14px,1.2vw)">/h/{{sub.name}}</a>
{% elif SITE_NAME != 'PCM' %}
{% elif SITE_NAME not in ('PCM','WPD') %}
<style>
@media (min-width: 350px) {
#logo {