fix prev commit

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-07 03:35:21 +02:00
parent 01071a20e8
commit e0b1d7968a
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@
{% else %}
{% if SITE_NAME == 'PCM' %}
{% set path = "assets/images/" + SITE_NAME + "/banners" %}
{% set banner = "/" + path + "/" + listdir('files/' + path)|last + '?v=1' %}
{% set banner = "/" + path + "/" + listdir('files/' + path)|max + '?v=1' %}
{% else %}
{% set banner = 'banner.webp' | asset_siteimg %}
{% endif %}