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
92cfca79
Commit
92cfca79
authored
7 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
rename files
parent
f8d1dc4d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
_includes/docs-navbar.html
+0
-0
_includes/docs-navbar.html
_includes/docs-sidebar.html
+0
-0
_includes/docs-sidebar.html
_layouts/default.html
+1
-1
_layouts/default.html
_layouts/docs.html
+2
-2
_layouts/docs.html
_layouts/home.html
+1
-1
_layouts/home.html
with
4 additions
and
4 deletions
+4
-4
_includes/
nav-home
.html
→
_includes/
docs-navbar
.html
+
0
-
0
View file @
92cfca79
File moved
This diff is collapsed.
Click to expand it.
_includes/
nav-
docs.html
→
_includes/docs
-sidebar
.html
+
0
-
0
View file @
92cfca79
File moved
This diff is collapsed.
Click to expand it.
_layouts/default.html
+
1
-
1
View file @
92cfca79
...
...
@@ -10,7 +10,7 @@
</div>
</a>
{% include
nav-home
.html %}
{% include
docs-navbar
.html %}
<main
id=
"content"
role=
"main"
>
{{ content }}
...
...
This diff is collapsed.
Click to expand it.
_layouts/docs.html
+
2
-
2
View file @
92cfca79
...
...
@@ -10,12 +10,12 @@
</div>
</a>
{% include
nav-home
.html %}
{% include
docs-navbar
.html %}
<div
class=
"container-fluid"
>
<div
class=
"row flex-xl-nowrap"
>
<div
class=
"col-12 col-md-3 col-xl-2 bd-sidebar"
>
{% include
nav-
docs.html %}
{% include docs
-sidebar
.html %}
</div>
<main
class=
"col-12 col-md-9 col-xl-8 py-md-3 pl-md-5 bd-content"
role=
"main"
>
<h1
class=
"bd-title"
id=
"content"
>
{{ page.title }}
</h1>
...
...
This diff is collapsed.
Click to expand it.
_layouts/home.html
+
1
-
1
View file @
92cfca79
...
...
@@ -10,7 +10,7 @@
</div>
</a>
{% include
nav-home
.html %}
{% include
docs-navbar
.html %}
{{ content }}
...
...
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