remotes/1693045480750635534/spooky-22
Aevann1 2022-01-22 12:16:52 +02:00
parent 6ab7a7ab4f
commit 900969f5a0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<div class="col sidebar text-left d-none d-lg-block pt-3 bg-white" style="max-width:300px">
{% set path = "assets/images/" + SITE_NAME + "/sidebar" %}
{% set image = "/static/" + path + "/" + listdir('files/' + path)|random() + '?a=30' %}
{% set image = "/static/" + path + "/" + listdir('files/' + path)|random() + '?a=31' %}
<a role="button" data-bs-toggle="modal" data-bs-target="#expandImageModal" data-bs-url="{{image}}" onclick="expandDesktopImage('{{image}}')">
<img loading="lazy" src="{{image}}" width=100%>