diff --git a/files/routes/static.py b/files/routes/static.py index bb0f4e6f2..122397306 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -35,7 +35,7 @@ def marsey_list(): # From database emojis = [{ "name": emoji.name, - "author": author if SITE_NAME == 'rDrama' else None, + "author": author if SITE_NAME == 'rDrama' or author == "anton-d" else None, # yikes, I don't really like this DB schema. Next time be better "tags": emoji.tags.split(" ") + [emoji.name[len("marsey"):] if emoji.name.startswith("marsey") else emoji.name], "count": emoji.count, diff --git a/files/templates/emoji_modal.html b/files/templates/emoji_modal.html index 7e41bf92c..0414885f3 100644 --- a/files/templates/emoji_modal.html +++ b/files/templates/emoji_modal.html @@ -57,6 +57,13 @@ +
+