From 0b3e68dae96ea02f827d940befbf9f89471f943f Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 31 Jan 2024 23:08:34 +0200 Subject: [PATCH] show emoji tags in /emojis --- files/templates/emojis.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/templates/emojis.html b/files/templates/emojis.html index e6961cde7..ec5cf351c 100644 --- a/files/templates/emojis.html +++ b/files/templates/emojis.html @@ -32,6 +32,7 @@ {% if FEATURES['EMOJI_SUBMISSIONS'] %} Original File {% endif %} + Tags @@ -57,6 +58,7 @@ {% endif %} {% endif %} + {{emoji.tags}} {% endfor %}