From 5b4421071fc9fe1c69a95230f19e4c157532d01b Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Mon, 13 Mar 2023 23:03:15 -0400 Subject: [PATCH] Add MACRO lazy_load Macro which allows programatically setting the HTML5 img loading attribute. --- templates/shared-avatar.tpl.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/shared-avatar.tpl.html b/templates/shared-avatar.tpl.html index c0e05db..13354ee 100644 --- a/templates/shared-avatar.tpl.html +++ b/templates/shared-avatar.tpl.html @@ -1,3 +1,6 @@ + +loading="lazy" + hosts/