Remove class and scrollspy attributes from layouts

This commit is contained in:
Mark Otto 2017-10-17 18:38:38 -07:00 committed by Mark Otto
parent e756b667d2
commit 2bd09e5b72
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<head>
{% include header.html %}
</head>
<body class="bd-docs" data-spy="scroll" data-target=".bd-sidenav-active">
<body>
<a id="skippy" class="sr-only sr-only-focusable" href="#content">
<div class="container">
<span class="skiplink-text">Skip to main content</span>

View File

@ -3,7 +3,7 @@
<head>
{% include header.html %}
</head>
<body class="bd-docs" data-spy="scroll" data-target=".bd-sidenav-active">
<body>
<a id="skippy" class="sr-only sr-only-focusable" href="#content">
<div class="container">
<span class="skiplink-text">Skip to main content</span>

View File

@ -3,7 +3,7 @@
<head>
{% include header.html %}
</head>
<body class="bd-home">
<body>
<a id="skippy" class="sr-only sr-only-focusable" href="#content">
<div class="container">
<span class="skiplink-text">Skip to main content</span>