mirror of https://gitlab.com/bashrc2/epicyon
Remove access key
parent
299461ecd1
commit
957fc6583a
|
@ -72,8 +72,7 @@ def html_access_keys(css_cache: {}, base_dir: str,
|
||||||
'<a href="/users/' + nickname + '/' + \
|
'<a href="/users/' + nickname + '/' + \
|
||||||
default_timeline + '" title="' + \
|
default_timeline + '" title="' + \
|
||||||
translate['Switch to timeline view'] + '" alt="' + \
|
translate['Switch to timeline view'] + '" alt="' + \
|
||||||
translate['Switch to timeline view'] + '" ' + \
|
translate['Switch to timeline view'] + '">\n'
|
||||||
'accesskey="' + timeline_key + '">\n'
|
|
||||||
banner_file, _ = \
|
banner_file, _ = \
|
||||||
get_banner_file(base_dir, nickname, domain, theme)
|
get_banner_file(base_dir, nickname, domain, theme)
|
||||||
access_keys_form += '<img loading="lazy" decoding="async" ' + \
|
access_keys_form += '<img loading="lazy" decoding="async" ' + \
|
||||||
|
|
Loading…
Reference in New Issue