From 410575a02faddda9c29a1f60fd8fc28aafc9e801 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 1 Nov 2022 22:18:16 +0200 Subject: [PATCH] make the subsidary blurp occur 100% of the time instead of 50% --- files/templates/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/header.html b/files/templates/header.html index 1429632be..49c00432a 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -16,7 +16,7 @@ {% if not err %}
{% if SITE_NAME == 'rDrama' %} - {% if range(1,5) | random == 1 %} + {% if True or range(1,5) | random == 1 %} {% include "journoid_banner.html" %} {% else %} {%-