make WPD banners clickable

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-08 01:01:04 +02:00
parent 074f46d900
commit d85c3d8797
2 changed files with 3 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

View File

@ -275,7 +275,9 @@
{% else %}
{% set banner = 'cached.webp' | asset_siteimg %}
{% endif %}
<img alt="site banner" src="{{banner}}" width="100%">
<a href="{{banner}}">
<img alt="site banner" src="{{banner}}" width="100%">
</a>
{% else %}
{% if SITE_NAME == 'PCM' %}
{% set path = "assets/images/" + SITE_NAME + "/banners" %}