forked from rDrama/rDrama
1
0
Fork 0

fix sidebar image in localhost

master
Aevann 2024-02-15 23:34:18 +02:00
parent 775169b2ab
commit b5f046b1c9
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
</a>
{% if not v %}
{% set image = "https://i.watchpeopledie.tv/assets/images/WPD/sidebar/1.webp?x=7" %}
{% set image = SITE_FULL_IMAGES + "/assets/images/WPD/sidebar/1.webp?x=7" %}
{% elif IS_FISTMAS() %}
{% set image = macros.random_image("assets/events/" ~ IS_EVENT() ~ "/images/sidebar/" ~ SITE_NAME ) %}
{% elif IS_EVENT() %}

View File

@ -16,7 +16,7 @@
</a>
{% if not v %}
{% set image = "https://i.rdrama.net/assets/images/rDrama/sidebar/63.webp?x=7" %}
{% set image = SITE_FULL_IMAGES + "/assets/images/rDrama/sidebar/63.webp?x=7" %}
{% elif hole and hole.sidebarurls %}
{% set image = hole.random_sidebar %}
{% elif IS_FISTMAS() %}