Fix b79560247: chudrama sidebar art logic inverted.

remotes/1693176582716663532/tmp_refs/heads/watchparty
Snakes 2022-11-03 00:18:28 -04:00
parent 24a4328294
commit 6f8d8b8ed9
Signed by: Snakes
GPG Key ID: E745A82778055C7E
1 changed files with 1 additions and 1 deletions

View File

@ -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 and v.can_see_chudrama) %}
{% elif not (sub and sub.name == 'chudrama' and v and not v.can_see_chudrama) %}
<a href="{{image}}">
<img class="mb-4" alt="sidebar image" onclick="expandDesktopImage()" loading="lazy" src="{{image}}" width=100%>
</a>