forked from MarseyWorld/MarseyWorld
PCM: swap banners, move banners to distinct URL.
parent
c924f4b04f
commit
ac948acb4a
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 |
|
@ -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%">
|
||||
|
|
Loading…
Reference in New Issue