fix last commit

pull/35/head
Aevann1 2022-12-04 03:39:09 +02:00 committed by justcool393
parent 3da659ad56
commit 890ce43a5e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<img class="mb-4" alt="sidebar image" onclick="expandDesktopImage()" loading="lazy" src="/i/{{SITE_NAME}}/sidebar2.webp" width=100%>
</a>
{% elif not (sub and sub.name == 'chudrama' and v and not v.can_see_chudrama) %}
<a href="/i/{{SITE_NAME}}/sidebar/873.webp">
<a href="{{image}}">
<img class="mb-4" alt="sidebar image" onclick="expandDesktopImage()" loading="lazy" src="{{image}}" width=100%>
</a>
{% endif %}