Skip to content

Commit f6309eb

Browse files
feat: add skip links partial for improved accessibility
risk: low
1 parent c81feb4 commit f6309eb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/layouts/api-reference/baseof.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
</head>
1010
<body class="td-{{ .Kind }}{{ if .Page.Params.edition }} doc{{ .Page.Params.edition }}{{ end }}{{ if .Page.Params.type }} {{ .Page.Params.type }}{{ end }}" id="top">
1111
{{ partial "gtm-body.html" }}
12-
{{/* {{ partial "skip-links.html" . }} */}}
1312
<header aria-label="Main site header">
1413
{{ partial "navbar.html" . }}
1514
</header>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{{/* (C) 2023 GoodData Corporation */}}
2+
<div class="skip-links">
3+
4+
</div>

0 commit comments

Comments
 (0)