pull/79/head
justcool393 2022-12-15 16:36:03 -06:00 committed by geese_suck
parent 19e43b8381
commit 06027a0ae4
Signed by: geese_suck
GPG Key ID: 4D09E4B0A7264746
3 changed files with 25 additions and 27 deletions

View File

@ -10,7 +10,7 @@ EVENT_JINJA_CONST = {
"/e/marseychristmaself2.webp?v=1", "/e/marseychristmaself2.webp?v=1",
"/e/marseysnowman.webp", "/e/marseysnowman.webp",
], ],
"VISITORS_HERE_FLAVOR": [ "EVENT_VISITORS_HERE_FLAVOR": [
' santa enjoyers kissing under a misletoe', ' santa enjoyers kissing under a misletoe',
' bringing up family drama at Christmas dinner', ' bringing up family drama at Christmas dinner',
' well-behaved rule-following goodthinkers', ' well-behaved rule-following goodthinkers',

View File

@ -19,8 +19,10 @@
{% if range(1,5) | random == 1 %} {% if range(1,5) | random == 1 %}
{% include "journoid_banner.html" %} {% include "journoid_banner.html" %}
{% else %} {% else %}
{%- {% if EVENT_VISITORS_HERE_FLAVOR %}
set VISITORS_HERE_FLAVOR = [ {%- set VISITORS_HERE_FLAVOR = EVENT_VISITORS_HERE_FLAVOR -%}
{% else %}
{%- set VISITORS_HERE_FLAVOR = [
' incels currently stalking roasties', ' incels currently stalking roasties',
' gooners currently edging to <img src="/e/marseycumjar3.webp" style="height: 1.5em;">', ' gooners currently edging to <img src="/e/marseycumjar3.webp" style="height: 1.5em;">',
' fanboys currently obsessing over Carp', ' fanboys currently obsessing over Carp',
@ -39,7 +41,8 @@
' well-behaved rule-following goodthinkers', ' well-behaved rule-following goodthinkers',
' throwing shade right now', ' throwing shade right now',
] ]
-%} -%}}
{% endif %}
{{loggedin_counter+loggedout_counter}} {{VISITORS_HERE_FLAVOR|random|safe}} ({{loggedin_counter}} logged in) {{loggedin_counter+loggedout_counter}} {{VISITORS_HERE_FLAVOR|random|safe}} ({{loggedin_counter}} logged in)
{% endif %} {% endif %}
{% else %} {% else %}

View File

@ -5,11 +5,6 @@ set JOURNOID_BANNERS = [
"https://reddit.com/r/subredditdrama", "https://reddit.com/r/subredditdrama",
"" ""
), ),
(
"A subsidiary of Open Society Foundations",
"https://www.opensocietyfoundations.org",
""
),
( (
"As seen on The Independent 📰✨💞", "As seen on The Independent 📰✨💞",
"https://www.independent.co.uk/news/world/americas/us-politics/reddit-conservatives-post-trans-child-fake-b2060803.html", "https://www.independent.co.uk/news/world/americas/us-politics/reddit-conservatives-post-trans-child-fake-b2060803.html",