diff --git a/app/templates/_gallery_item.html b/app/templates/_gallery_item.html index 61bf992..1b0bb3d 100644 --- a/app/templates/_gallery_item.html +++ b/app/templates/_gallery_item.html @@ -10,27 +10,24 @@ {% set visible_tags = image.tags | rejectattr('kind', 'in', ['archive', 'source']) | list %} {% if visible_tags %} + {% set KIND_EMOJI = { + 'artist': '🎨', + 'character': '👤', + 'series': '📺', + 'fandom': '🎭', + 'meta': '⚠️', + 'rating': '⚠️', + 'post': '📌', + 'archive': '📦', + 'user': '#', + } %}