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
5b7f508c
Commit
5b7f508c
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #12107 from twbs/same-footer-links
harmonize footer links on homepage & docs pages
parents
422bdc50
5fc434c5
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/_layouts/default.html
+6
-0
docs/_layouts/default.html
docs/_layouts/home.html
+6
-0
docs/_layouts/home.html
with
12 additions
and
0 deletions
+12
-0
docs/_layouts/default.html
+
6
-
0
View file @
5b7f508c
...
...
@@ -65,6 +65,12 @@
<li
class=
"muted"
>
·
</li>
<li><a
href=
"{{ site.baseurl }}2.3.2/"
>
Bootstrap 2.3.2 docs
</a></li>
<li
class=
"muted"
>
·
</li>
<li><a
href=
"{{ site.repo }}"
>
GitHub project
</a></li>
<li
class=
"muted"
>
·
</li>
<li><a
href=
"{{ site.baseurl }}getting-started/#examples"
>
Examples
</a></li>
<li
class=
"muted"
>
·
</li>
<li><a
href=
"{{ site.expo }}"
>
Expo
</a></li>
<li
class=
"muted"
>
·
</li>
<li><a
href=
"{{ site.blog }}"
>
Blog
</a></li>
<li
class=
"muted"
>
·
</li>
<li><a
href=
"{{ site.repo }}/issues?state=open"
>
Issues
</a></li>
...
...
This diff is collapsed.
Click to expand it.
docs/_layouts/home.html
+
6
-
0
View file @
5b7f508c
...
...
@@ -37,6 +37,12 @@
<li>
<a
href=
"{{ site.blog }}"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Blog']);"
>
Blog
</a>
</li>
<li>
<a
href=
"{{ site.repo }}/issues?state=open"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Issues']);"
>
Issues
</a>
</li>
<li>
<a
href=
"{{ site.repo }}/releases"
onclick=
"_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Releases']);"
>
Releases
</a>
</li>
</ul>
</footer>
...
...
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