forked from rDrama/rDrama
1
0
Fork 0
Aevann 2024-02-12 10:15:17 +02:00
parent a5002938a8
commit c2bbc5e708
1 changed files with 2 additions and 1 deletions

View File

@ -19,11 +19,12 @@
{% if request.path != '/sidebar' %}
{% if IS_HOMOWEEN() and not (hole and hole.sidebarurls) %}
{% include "events/homoween/eye_tracking.html" %}
{% elif v and (v.is_banned or v.chud) %}
{# elif v and (v.is_banned or v.chud) #}
<a href="{{SITE_FULL_IMAGES}}/i/{{SITE_NAME}}/sidebar2.webp">
<img class="mb-4 sidebar-img" alt="sidebar image" data-nonce="{{g.nonce}}" data-onclick="expandImage()" loading="lazy" src="{{SITE_FULL_IMAGES}}/i/{{SITE_NAME}}/sidebar2.webp">
</a>
{% elif not (hole and hole.name == 'chudrama' and v and not v.can_see_chudrama) %}
{% set image = 'https://i.rdrama.net/assets/images/rDrama/sidebar/1460.webp?x=7' %}
<a href="{{image}}">
<img class="mb-4 sidebar-img" alt="sidebar image" data-nonce="{{g.nonce}}" data-onclick="expandImage()" loading="lazy" src="{{image}}">
</a>