PCM: swap banners, move banners to distinct URL.

remotes/1693045480750635534/spooky-22
Snakes 2022-08-03 19:21:21 -04:00
parent c924f4b04f
commit ac948acb4a
Signed by: Snakes
GPG Key ID: E745A82778055C7E
4 changed files with 4 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 KiB

After

Width:  |  Height:  |  Size: 242 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

View File

@ -292,6 +292,10 @@
<a href="/">
<img alt="site banner" src="{% if v %}{{asset_siteimg('banner.webp')}}{% else %}{{asset_siteimg('cached.webp')}}{% endif %}" width="100%">
</a>
{% elif SITE_NAME == 'PCM' %}
<a href="/">
<img alt="site banner" src="{{asset_siteimg('banners/yun-network.webp')}}" width="100%">
</a>
{% else %}
<a href="/">
<img alt="site banner" src="{{asset_siteimg('banner.webp')}}" width="100%">