diff options
| author | Mark Otto <[email protected]> | 2014-01-05 23:21:11 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-05 23:21:11 -0800 |
| commit | 5b7f508c606cb5556b791f355c6a874db09baa4b (patch) | |
| tree | a9d3d6238e6f5926e9805a69a106ca1335da3c4c /docs | |
| parent | 422bdc50f9a2bd1f6ec72ebb113af1a485d3465d (diff) | |
| parent | 5fc434c5f1f86978670df2a3bdb0e3bd9fb6da81 (diff) | |
| download | bootstrap-5b7f508c606cb5556b791f355c6a874db09baa4b.tar.xz bootstrap-5b7f508c606cb5556b791f355c6a874db09baa4b.zip | |
Merge pull request #12107 from twbs/same-footer-links
harmonize footer links on homepage & docs pages
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_layouts/default.html | 6 | ||||
| -rw-r--r-- | docs/_layouts/home.html | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 1eb948e16..d4bcf2559 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -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> diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html index fa2b0252c..4872a09b2 100644 --- a/docs/_layouts/home.html +++ b/docs/_layouts/home.html @@ -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> |
