From b6c09b4fc61b9b5e3bb66f7926d2455ab921f5c2 Mon Sep 17 00:00:00 2001 From: r Date: Sun, 17 Apr 2022 06:01:45 +0000 Subject: Lazy load images on emoji page Makes the emoji page usable for instances with 1000+ emojis. The attribute is considered experimental by Mozilla, but is supported by most of the modern browsers. --- templates/emoji.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/emoji.tmpl b/templates/emoji.tmpl index ee84522..4b07e81 100644 --- a/templates/emoji.tmpl +++ b/templates/emoji.tmpl @@ -6,7 +6,7 @@ {{range .Emojis}}
- {{.ShortCode}} + {{.ShortCode}} :{{.ShortCode}}:
-- cgit v1.2.3