diff --git a/files/templates/util/html_head.html b/files/templates/util/html_head.html index 43cf5e43e..3dd6bbbd7 100644 --- a/files/templates/util/html_head.html +++ b/files/templates/util/html_head.html @@ -140,13 +140,7 @@ {% macro stylesheets_lower() %} {% if not (request.path.startswith('/@') and u) %} - {% if SITE_NAME == 'rDrama' and v and v.chud %} - {% set background = '/i/backgrounds/anime/1.webp?x=6' %} - {% elif v and v.background %} - {% set background = v.background %} - {% endif %} - - {% if background %} + {% if (v and v.background) or (SITE_NAME == 'rDrama' and v and v.chud) %} {% endif %} {% endif %}