forked from rho_n/hpr_generator
c744bdf175
Added loading="lazy" to image tag. Changed alt text to show host username.
4 lines
271 B
HTML
4 lines
271 B
HTML
<!--% 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 %-->
|