Moved host thumbnail image tag to separate template file.

Added loading="lazy" to image tag.
Changed alt text to show host username.
This commit is contained in:
Gordon Stanton
2023-03-05 02:07:03 +11:00
parent b4e4187902
commit c744bdf175
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
<!--% MACRO host_thumb(avatar, host_name, host_cnt) BLOCK %-->
<img src="<!--% absolute_path(baseurl) %-->images/<!--% avatar %-->" height="80" width="80" alt="Thumbnail of <!--% host_name | html %-->" <!--% IF host_cnt %-->loading="lazy"<!--% END %--> />
<!--% END %-->