diff --git a/files/assets/images/WPD/banner.webp b/files/assets/images/WPD/banner.webp index 30a2b3d58..e1c411787 100644 Binary files a/files/assets/images/WPD/banner.webp and b/files/assets/images/WPD/banner.webp differ diff --git a/files/assets/images/WPD/cached.webp b/files/assets/images/WPD/cached.webp index 30a2b3d58..e1c411787 100644 Binary files a/files/assets/images/WPD/cached.webp and b/files/assets/images/WPD/cached.webp differ diff --git a/files/classes/sub.py b/files/classes/sub.py index 98e0c7f6b..04585bcb1 100644 --- a/files/classes/sub.py +++ b/files/classes/sub.py @@ -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 diff --git a/files/templates/default.html b/files/templates/default.html index f66113a36..8769a5e68 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -254,7 +254,7 @@ {% else %} - site banner + site banner {% endif %} {% endif %} diff --git a/files/templates/header.html b/files/templates/header.html index fdab6cdc9..03b7c8fab 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -35,7 +35,7 @@ {% if sub %} /h/{{sub.name}} - {% elif SITE_NAME != 'PCM' %} + {% elif SITE_NAME not in ('PCM','WPD') %}