diff --git a/files/templates/header.html b/files/templates/header.html index b0ed77283..f65074791 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -1,26 +1,14 @@ - {% if SITE_NAME == 'Drama' %} + {% if SITE_NAME in ('Drama','2Much4You') %} - - 💖🌈 welcome to rdrama.net: the official site for r/subredditdrama - - {% elif SITE_NAME == '2Much4You' %} - - - {% for s in SUBS %} - /s/{{s}} - {% endfor %} - {% else %} {% endif %} + + {% if SITE_NAME == 'Drama' %} + + 💖🌈 welcome to rdrama.net: the official site for r/subredditdrama + + {% elif SITE_NAME == '2Much4You' %} + + {% for s in SUBS %} + /s/{{s}} + {% endfor %} + + {% endif %} +