Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
34bc00dd
Commit
34bc00dd
authored
7 years ago
by
m5o
Committed by
XhmikosR
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
docs skippy partial (#25750)
* load skippy markup from includes
parent
29f178d8
3 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
,
!17021
v4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
_includes/skippy.html
+5
-0
_includes/skippy.html
_layouts/default.html
+1
-5
_layouts/default.html
_layouts/docs.html
+1
-5
_layouts/docs.html
_layouts/home.html
+1
-5
_layouts/home.html
with
8 additions
and
15 deletions
+8
-15
_includes/skippy.html
0 → 100644
+
5
-
0
View file @
34bc00dd
<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>
This diff is collapsed.
Click to expand it.
_layouts/default.html
+
1
-
5
View file @
34bc00dd
...
...
@@ -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 %}
...
...
This diff is collapsed.
Click to expand it.
_layouts/docs.html
+
1
-
5
View file @
34bc00dd
...
...
@@ -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 %}
...
...
This diff is collapsed.
Click to expand it.
_layouts/home.html
+
1
-
5
View file @
34bc00dd
...
...
@@ -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 %}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets