forked from MarseyWorld/MarseyWorld
rDrama: restore random sidebar image behavior.
Relevant commits for temporary behavior, manually reverted: -mastered834225ae
-1bb80046f4
-15b5dfcb3a
parent
f366504bdd
commit
bd84fe9579
|
@ -3,7 +3,7 @@
|
|||
{% if sub %}
|
||||
{% set image=sub.sidebar_url %}
|
||||
{% else %}
|
||||
{% set image = "/i/rDrama/sidebar/873.webp" %}
|
||||
{% set image = macros.random_image("sidebar") %}
|
||||
{% endif %}
|
||||
|
||||
{% if request.path != '/sidebar' %}
|
||||
|
|
Loading…
Reference in New Issue