dont show chudrama's sidebar pic to ppl under 5000 truescore

remotes/1693045480750635534/spooky-22
Aevann1 2022-09-16 15:00:45 +02:00
parent b647e3a46a
commit 33634d360c
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>
{% else %}
{% elif not (sub == 'chudrama' and v.truecoins < 5000) %}
<a href="{{image}}">
<img class="mb-4" alt="sidebar image" onclick="expandDesktopImage()" loading="lazy" src="{{image}}" width=100%>
</a>