Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
ac4e7db1
Commit
ac4e7db1
authored
Jul 25, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
single include for old ads callout
parent
2a4a6fe0
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
16 deletions
+14
-16
_includes/nav-main.html
_includes/nav-main.html
+0
-7
_includes/old-bs-docs.html
_includes/old-bs-docs.html
+8
-0
_layouts/default.html
_layouts/default.html
+3
-0
_layouts/home.html
_layouts/home.html
+3
-0
index.html
index.html
+0
-9
No files found.
_includes/nav-main.html
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>
_includes/old-bs-docs.html
0 → 100644
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>
_layouts/default.html
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"
>
...
...
_layouts/home.html
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 }}
...
...
index.html
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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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