diff options
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index e6e576fa4..59f5c122b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,11 +4,7 @@ {% include header.html %} </head> <body> - <a id="skippy" class="sr-only sr-only-focusable" href="#content"> - <div class="container"> - <span class="skiplink-text">Skip to main content</span> - </div> - </a> + {% include skippy.html %} {% include docs-navbar.html %} |
