forked from MarseyWorld/MarseyWorld
subs: fix weird sidebar 500
parent
753178a186
commit
b795602475
|
@ -12,7 +12,7 @@
|
|||
<a href="/i/{{SITE_NAME}}/sidebar2.webp">
|
||||
<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.truecoins < 5000) %}
|
||||
{% elif not (sub and sub.name == 'chudrama' and v and v.can_see_chudrama) %}
|
||||
<a href="{{image}}">
|
||||
<img class="mb-4" alt="sidebar image" onclick="expandDesktopImage()" loading="lazy" src="{{image}}" width=100%>
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue