Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorm5o <m5o@gmx.com>2018-03-02 02:44:40 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-03-02 02:44:40 +0300
commit34bc00ddbe4d2ffb130f6718150a7759f01a272b (patch)
tree724692024555c97a90e2d15cc5d10a6149339cf1 /_layouts
parent29f178d89129732d35ae812667709c64cdb28a6f (diff)
docs skippy partial (#25750)
* load skippy markup from includes
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html6
-rw-r--r--_layouts/docs.html6
-rw-r--r--_layouts/home.html6
3 files changed, 3 insertions, 15 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index e6e576fa4a..59f5c122b8 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 %}
diff --git a/_layouts/docs.html b/_layouts/docs.html
index f876055d72..1d2125508e 100644
--- a/_layouts/docs.html
+++ b/_layouts/docs.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 %}
diff --git a/_layouts/home.html b/_layouts/home.html
index a406ba2e6a..88a23d49ce 100644
--- a/_layouts/home.html
+++ b/_layouts/home.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 %}