From e7363ba5b7d9a912a11a216aae3ebc69ba525345 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 23 Nov 2023 19:56:31 +0200 Subject: [PATCH] add is_thxgiving for icon --- files/helpers/config/const.py | 2 ++ files/templates/header.html | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index db8507d34..f0746cd43 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -1033,6 +1033,8 @@ def IS_EVENT(): return "birthdead" return None +IS_THXGIVING = True + CHUD_PHRASES = ( "Trans lives matter", "Black lives matter", diff --git a/files/templates/header.html b/files/templates/header.html index abe7ca7af..e64f454d5 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -85,7 +85,9 @@