From 63f45f81fd55925bf055cfb0cef16feb0995768b Mon Sep 17 00:00:00 2001 From: TLSM Date: Tue, 7 Jun 2022 23:25:39 -0400 Subject: [PATCH] Make shop flavor text site-specific. --- files/templates/shop.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/files/templates/shop.html b/files/templates/shop.html index c6b01d631..d19c2c1d6 100644 --- a/files/templates/shop.html +++ b/files/templates/shop.html @@ -1,4 +1,11 @@ {% extends "default.html" %} +{%- set SHOP_FLAVOR = { + 'rDrama': 'Stir drama.', + 'PCM': 'Watch IP2.', + 'Cringetopia': 'Look at cringe.', + 'WPD': 'Watch people die.', + }[SITE_NAME] +-%}