From e7b1b2bb3f2affcd967ec89fa731e79ac456da64 Mon Sep 17 00:00:00 2001 From: Andre_601 Date: Mon, 12 Dec 2022 22:27:06 +0100 Subject: [PATCH] Apply loading=lazy attribute --- templates/emojo.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/emojo.html b/templates/emojo.html index d76080a..ecab656 100644 --- a/templates/emojo.html +++ b/templates/emojo.html @@ -9,14 +9,14 @@ {% if show_animated %} {% for emoj in emojo %}
-
:{{ emoj.shortcode }}:
+
:{{ emoj.shortcode }}:
:{{ emoj.shortcode }}:
{% endfor %} {% else %} {% for emoj in emojo %}
-
:{{ emoj.shortcode }}:
+
:{{ emoj.shortcode }}:
:{{ emoj.shortcode }}:
{% endfor %}