From 4bce9b6bf21371367757417b54887637f5ee2d3d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 5 Feb 2021 15:15:12 +0000 Subject: [PATCH] Keyboard navigation links on profile screen --- webapp_profile.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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