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
19e5cf22
Commit
19e5cf22
authored
9 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Fix missing anchors and 404 errors.
[skip sauce]
parent
bf3bd2e0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/_includes/footer.html
+1
-1
docs/_includes/footer.html
docs/_layouts/default.html
+3
-1
docs/_layouts/default.html
docs/_layouts/docs.html
+1
-1
docs/_layouts/docs.html
with
5 additions
and
3 deletions
+5
-3
docs/_includes/footer.html
+
1
-
1
View file @
19e5cf22
...
...
@@ -12,7 +12,7 @@
</footer>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
></script>
<script>
window
.
jQuery
||
document
.
write
(
'
<script src="
..
/assets/js/vendor/jquery.min.js"><
\
/script>
'
)
</script>
<script>
window
.
jQuery
||
document
.
write
(
'
<script src="
{{ site.baseurl }}
/assets/js/vendor/jquery.min.js"><
\
/script>
'
)
</script>
{% if site.github %}
<script
src=
"{{ site.baseurl }}/dist/js/bootstrap.min.js"
></script>
...
...
This diff is collapsed.
Click to expand it.
docs/_layouts/default.html
+
3
-
1
View file @
19e5cf22
...
...
@@ -12,7 +12,9 @@
{% include nav-home.html %}
{{ content }}
<div
id=
"content"
>
{{ content }}
</div>
{% include footer.html %}
</body>
...
...
This diff is collapsed.
Click to expand it.
docs/_layouts/docs.html
+
1
-
1
View file @
19e5cf22
...
...
@@ -25,7 +25,7 @@
{% include nav-docs.html %}
</div>
<div
class=
"col-md-9 col-md-pull-3 bd-content"
>
<h1
class=
"bd-title"
>
{{ page.title }}
</h1>
<h1
class=
"bd-title"
id=
"content"
>
{{ page.title }}
</h1>
{{ content }}
</div>
</div>
...
...
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