diff options
author | Mario <mario@mariovavti.com> | 2020-10-22 19:11:03 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-10-22 19:11:03 +0000 |
commit | 78f655f877d2d2b7afd6d606edabc5b0df638738 (patch) | |
tree | 8436fb821e8258801971b5e0f0210c6b4932da4a /view/tpl/contact_template.tpl | |
parent | 75a73be60c97597f93a67a4ecd412daed06cd744 (diff) | |
download | volse-hubzilla-78f655f877d2d2b7afd6d606edabc5b0df638738.tar.gz volse-hubzilla-78f655f877d2d2b7afd6d606edabc5b0df638738.tar.bz2 volse-hubzilla-78f655f877d2d2b7afd6d606edabc5b0df638738.zip |
more lazy, less eager
Diffstat (limited to 'view/tpl/contact_template.tpl')
-rwxr-xr-x | view/tpl/contact_template.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/contact_template.tpl b/view/tpl/contact_template.tpl index 73fa5adde..7c8c02ea2 100755 --- a/view/tpl/contact_template.tpl +++ b/view/tpl/contact_template.tpl @@ -1,6 +1,6 @@ <div class="contact-entry-wrapper" id="contact-entry-wrapper-{{$contact.id}}" > <div class="contact-entry-photo-wrapper" > - <a href="{{$contact.link}}" title="{{$contact.img_hover}}" ><img class="contact-block-img" src="{{$contact.thumb}}" alt="{{$contact.name}}" /></a> + <a href="{{$contact.link}}" title="{{$contact.img_hover}}" ><img class="contact-block-img" src="{{$contact.thumb}}" alt="{{$contact.name}}" loading="lazy" /></a> {{if $contact.perminfo}}{{include "connstatus.tpl" perminfo=$contact.perminfo}}{{/if}} </div> <div class="contact-entry-photo-end" ></div> |