remotes/1693045480750635534/spooky-22
Aevann1 2022-04-09 19:58:03 +02:00
parent 3f94aaa3cf
commit 953761ad15
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
{% set image=sub.sidebar_url %}
{% else %}
{% set path = "assets/images/" + SITE_NAME + "/sidebar" %}
{% set image = "/" + path + "/" + listdir('files/' + path)|random() + '?v=38' %}
{% set image = "/" + path + "/" + listdir('files/' + path)|random() + '?v=39' %}
{% endif %}
<img class="mb-4" alt="sidebar image" role="button" data-bs-toggle="modal" data-bs-target="#expandImageModal" onclick="expandDesktopImage('{{image}}')" loading="lazy" src="{{image}}" width=100%>