diff options
author | Minteck <contact@minteck.org> | 2021-12-04 20:00:57 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2021-12-04 20:00:57 +0100 |
commit | dd4e1e930acc1260c2b920361385c5791c754549 (patch) | |
tree | 69ec50594f239a94ea53298ac83cf9017c6b4edd /htdocs/public/me | |
parent | 2c938c79181836f16ac13ff340c5e78ebda52185 (diff) | |
download | rainbow-dd4e1e930acc1260c2b920361385c5791c754549.tar.gz rainbow-dd4e1e930acc1260c2b920361385c5791c754549.tar.bz2 rainbow-dd4e1e930acc1260c2b920361385c5791c754549.zip |
EVEN moar
Diffstat (limited to 'htdocs/public/me')
-rw-r--r-- | htdocs/public/me/index.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/public/me/index.ejs b/htdocs/public/me/index.ejs index ddd3b01..dd07c80 100644 --- a/htdocs/public/me/index.ejs +++ b/htdocs/public/me/index.ejs @@ -23,7 +23,7 @@ <img style="border-radius: 999px;" width="96px" src="<%- me.avatar %>"> <div style="margin-left: 20px;display: flex;align-items: center;"> <div> - <h1 style="margin: 0;">Minteck | <% if (slang !== "owo") { %>Mia<% } else {%>Myannnn<% } %></h1> + <h1 style="margin: 0;">Minteck | <% if (slang !== "owo" && slang !== "uwu" && slang !== "0w0" && slang !== "qwq" && slang !== "-w-" && slang !== "_w_") { %>Mia<% } else {%>Myannnn~<% } %></h1> <p style="margin: 0;opacity:.5;"><%- lang.me.description %> | France<br><a href="https://<%- nlang %>.pronouns.page/@Minteck" target="_blank"><%- lang.me.external %> pronouns.page</a></p> </div> </div> |