forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-12-19 21:13:58 +02:00
parent f19bbb1c09
commit f9dc7e6d0c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<div class="col sidebar text-left {% if '/sidebar' not in request.path %}d-none d-lg-block{% endif %} pt-3" {% if request.path != '/sidebar' %}id="sidebar-content"{% endif %}>
{%- if v -%}
{%- set art_image = macros.random_image("assets/images/" ~ SITE_NAME ~ "sidebar") -%}
{%- set art_image = macros.random_image("assets/images/" ~ SITE_NAME ~ "/sidebar") -%}
{%- else -%}
{%- set art_image = '/i/' ~ SITE_NAME ~ '/sidebar.webp?v=3000' -%}
{%- endif -%}