diff --git a/webapp_profile.py b/webapp_profile.py index 92d4dff48..591592f7e 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -707,15 +707,21 @@ def htmlProfile(rssIconAtTop: bool, movedTo, alsoKnownAs, pinnedContent) - # Links for keyboard navigation + # Normally invisible links for keyboard navigation profileStr = \ '
' + \ ' | ' + \ ' | ' + \ + '' + \ + translate['Skip to timeline'] + ' |' + \ + '' + \ '
\n' profileStr += profileHeaderStr + donateSection