forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-02-17 08:36:50 +02:00
parent 51751ef4b0
commit c55e774c77
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
{% set image='/static/assets/images/' + SITE_NAME + '/sidebar.webp?a=1041' %}
{% endif %}
<img alt="sidebar image" role="button" data-bs-toggle="modal" data-bs-target="#expandImageModal" onclick="expandDesktopImage('{{image}}')" loading="lazy" src="{{image}}" width=100%>
<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%>
{% if sub %}
{% if sub.sidebar_html %}