mirror of https://gitlab.com/bashrc2/epicyon
Image class
parent
914d35403f
commit
51b086ca9b
|
@ -1699,8 +1699,9 @@ def html_common_emoji(base_dir: str, no_of_emoji: int) -> str:
|
|||
# NOTE: deliberately no alt text, so that without graphics only
|
||||
# the emoji name shows
|
||||
html_str += \
|
||||
'<label class="hashtagswarm" id="commonemojilabel">' + \
|
||||
'<img loading="lazy" decoding="async" ' + \
|
||||
'<label class="hashtagswarm">' + \
|
||||
'<img class="commonemojilabel" ' + \
|
||||
'loading="lazy" decoding="async" ' + \
|
||||
'src="/emoji/' + emoji_name + '.png" ' + \
|
||||
'alt="" title="">' + \
|
||||
':' + emoji_name + ':</label>\n'
|
||||
|
|
Loading…
Reference in New Issue