diff --git a/files/templates/header.html b/files/templates/header.html index 0e30a0a34d..89b982f472 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -34,35 +34,7 @@ ] -%} {% else %} {%- set VISITORS_HERE_FLAVOR = [ - ' incels currently stalking roasties', - ' gooners currently edging to ', - ' fanboys currently obsessing over Carp', - ' NEETs currently LDARmaxxing', - ' valid women currently dilating', - ' negholes currently being pozzed', - ' bussies currently on standby', - ' gamers currently harassing women', - ' Soros shills currently plotting mayocide', - ' furries currently yiffing', - ' incels currently harassing women', - ' chuds currently agendaposting', - ' coomers currently gooning', - ' bacons currently narwhaling', - ' well-behaved rule-following goodthinkers', - ' throwing shade right now', - ' currently petting Marseys', - ' of Dr. Oaken's agents monitoring hate', - ' capybara fetishists loudly beating off', - ' gamers harassing women', - ' hanging out on rDrama with their tulpas', - ' furries trading marsuits', - ' white knights simping for blownout gussy', ' Carp alts currently online', - ' biofoids making everything about them', - ' Mossad operatives watching you', - ' frantically alt-tabbing before Mom sees', - ' days until you die, you can't prevent it', - ' cases of rectal prolapse reported today', ] -%} {% endif %} {{loggedin_counter+loggedout_counter}} {{VISITORS_HERE_FLAVOR|random|safe}} ({{loggedin_counter}} logged in) diff --git a/files/templates/home.html b/files/templates/home.html index 41a84f7998..c0c220740d 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -3,7 +3,9 @@ {% if sub %} /h/{{sub.name}} {% elif request.path == '/' %} - {% if IS_DKD() %} + {% if SITE_NAME == 'rDrama' %} + Carprama + {% elif IS_DKD() %} Kongrama {% else %} {{SITE_NAME}}{% if TAGLINES %}: {{TAGLINES|random()}}{% endif %} diff --git a/files/templates/userpage/banner.html b/files/templates/userpage/banner.html index 0e99559b8c..465d279120 100644 --- a/files/templates/userpage/banner.html +++ b/files/templates/userpage/banner.html @@ -259,18 +259,25 @@ {% endif %} {% if v and (v.admin_level >= PERMS['VIEW_ALTS'] or v.alt) %} - {% if v.admin_level >= PERMS['USER_LINK'] %} - {{alts|length}} Alt{{macros.plural(alts|length)}}: + {% if SITE_NAME == 'rDrama' %} + 1 Alt: + {% else %} - {{alts|length}} Alt{{macros.plural(alts|length)}}: - {% endif %} - + + {% endif %} {% endif %} @@ -550,18 +557,25 @@ {% endif %} {% if v and (v.admin_level >= PERMS['VIEW_ALTS'] or v.alt) %} - {% if v.admin_level >= PERMS['USER_LINK'] %} - {{alts|length}} Alt{{macros.plural(alts|length)}}: + {% if SITE_NAME == 'rDrama' %} + 1 Alt: + {% else %} - {{alts|length}} Alt{{macros.plural(alts|length)}}: - {% endif %} - + + {% endif %} {% endif %}