rDrama: restore random sidebar image behavior.

Relevant commits for temporary behavior, manually reverted:
 - ed834225ae
 - 1bb80046f4
 - 15b5dfcb3a
pull/64/head
Snakes 2022-12-11 17:25:14 -05:00
parent f366504bdd
commit bd84fe9579
Signed by: Snakes
GPG Key ID: E745A82778055C7E
1 changed files with 1 additions and 1 deletions

View File

@ -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' %}