fds
parent
711e7b5f43
commit
b35ce0ec9c
|
@ -7,7 +7,7 @@
|
|||
{% set image = "/" + path + "/" + listdir('files/' + path)|random() + '?v=40' %}
|
||||
{% endif %}
|
||||
|
||||
<img class="mb-4" alt="sidebar image" role="button" data-bs-toggle="modal" data-bs-target="#expandImageModal" onclick="expandDesktopImage('{{image}}')" loading="lazy" src="/assets/images/rDrama/sidebar2.webp" width=100%>
|
||||
<img class="mb-4" alt="sidebar image" role="button" data-bs-toggle="modal" data-bs-target="#expandImageModal" onclick="expandDesktopImage('/assets/images/rDrama/sidebar2.webp')" loading="lazy" src="/assets/images/rDrama/sidebar2.webp" width=100%>
|
||||
|
||||
{% if sub %}
|
||||
{% if sub.sidebar_html %}
|
||||
|
|
Loading…
Reference in New Issue