aboutsummarybugs & patchesrefslogtreecommitdiffstats
path: root/src/acit
diff options
context:
space:
mode:
Diffstat (limited to 'src/acit')
-rw-r--r--src/acit/html.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/acit/html.py b/src/acit/html.py
index cc874ae..9bb143d 100644
--- a/src/acit/html.py
+++ b/src/acit/html.py
@@ -14,6 +14,10 @@ mailpage="""
<link href="/style" rel="stylesheet">
</head>
<body>
+ <div id="skiptocontent">
+ <a href="#content-target">Skip navigation</a>
+ </div>
+
<nav class="formattedheader">
<span class="left">
<a href="/{project}/">{project}</a>/<a href="/{project}/{bug}">{bug}</a>/{pagenr}
@@ -31,7 +35,7 @@ mailpage="""
<p>
<a href="mailto:{emailaddr}">Click to comment via email</a> or <a href="mailto:{subscribe}">subscribe</a>
</p>
- <p class="center-text">{pageswitcher}</p>
+ <p class="center-text" id="content-target">{pageswitcher}</p>
{content}
</article>
<p class="center-text">{pageswitcher}</p>