Skip to content
GitLab
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
ac4e7db1
Commit
ac4e7db1
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
single include for old ads callout
parent
2a4a6fe0
2 merge requests
!8635
ignore Gruntfile.js in jekyll
,
!8656
Added rel="stylesheet" to CDN-Examples
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
_includes/nav-main.html
+0
-7
_includes/nav-main.html
_includes/old-bs-docs.html
+8
-0
_includes/old-bs-docs.html
_layouts/default.html
+3
-0
_layouts/default.html
_layouts/home.html
+3
-0
_layouts/home.html
index.html
+0
-9
index.html
with
14 additions
and
16 deletions
+14
-16
_includes/nav-main.html
+
0
-
7
View file @
ac4e7db1
...
...
@@ -24,13 +24,6 @@
<a
href=
"/customize"
>
Customize
</a>
</li>
</ul>
{% if page.layout == "default" %}
<ul
class=
"nav navbar-nav pull-right"
>
<li>
<a
href=
"http://getbootstrap.com/2.3.2/"
>
Looking for Bootstrap 2.3.2?
</a>
</li>
</ul>
{% endif %}
</div>
</div>
</div>
This diff is collapsed.
Click to expand it.
_includes/old-bs-docs.html
0 → 100644
+
8
-
0
View file @
ac4e7db1
<div
class=
"bs-old-docs"
>
<div
class=
"container"
>
<strong>
<a
href=
"/2.3.2/"
>
Looking for Bootstrap 2.3.2 docs?
</a>
</strong>
We've moved it to a new home while we push forward with Bootstrap 3.
<a
href=
"http://blog.getbootstrap.com/"
>
Read the blog post
</a>
for details.
</div>
</div>
This diff is collapsed.
Click to expand it.
_layouts/default.html
+
3
-
0
View file @
ac4e7db1
...
...
@@ -10,6 +10,9 @@
<!-- Docs master nav -->
{% include nav-main.html %}
<!-- Callout for the old docs link -->
{% include old-bs-docs.html %}
<!-- Docs page layout -->
<div
class=
"bs-header"
>
<div
class=
"container"
>
...
...
This diff is collapsed.
Click to expand it.
_layouts/home.html
+
3
-
0
View file @
ac4e7db1
...
...
@@ -10,6 +10,9 @@
<!-- Docs master nav -->
{% include nav-main.html %}
<!-- Callout for the old docs link -->
{% include old-bs-docs.html %}
<!-- Page content of course! -->
{{ content }}
...
...
This diff is collapsed.
Click to expand it.
index.html
+
0
-
9
View file @
ac4e7db1
...
...
@@ -3,15 +3,6 @@ layout: home
title: Bootstrap
---
<div
class=
"bs-old-docs"
>
<div
class=
"container"
>
<strong>
<a
href=
"/2.3.2/"
>
Looking for Bootstrap 2.3.2 docs?
</a>
</strong>
We've moved it to a new home while we push forward with Bootstrap 3.
<a
href=
"http://blog.getbootstrap.com/"
>
Read the blog post
</a>
for details.
</div>
</div>
<div
class=
"container"
>
<div
class=
"bs-masthead"
>
...
...
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