forked from MarseyWorld/MarseyWorld
Fix b79560247: chudrama sidebar art logic inverted.
parent
24a4328294
commit
6f8d8b8ed9
|
@ -12,7 +12,7 @@
|
||||||
<a href="/i/{{SITE_NAME}}/sidebar2.webp">
|
<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%>
|
<img class="mb-4" alt="sidebar image" onclick="expandDesktopImage()" loading="lazy" src="/i/{{SITE_NAME}}/sidebar2.webp" width=100%>
|
||||||
</a>
|
</a>
|
||||||
{% elif not (sub and sub.name == 'chudrama' and v and v.can_see_chudrama) %}
|
{% elif not (sub and sub.name == 'chudrama' and v and not v.can_see_chudrama) %}
|
||||||
<a href="{{image}}">
|
<a href="{{image}}">
|
||||||
<img class="mb-4" alt="sidebar image" onclick="expandDesktopImage()" loading="lazy" src="{{image}}" width=100%>
|
<img class="mb-4" alt="sidebar image" onclick="expandDesktopImage()" loading="lazy" src="{{image}}" width=100%>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue