diff options
| author | Chris Rebert <[email protected]> | 2014-01-05 13:45:56 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-05 13:45:56 -0800 |
| commit | 5fc434c5f1f86978670df2a3bdb0e3bd9fb6da81 (patch) | |
| tree | 24ca5adb98599d7d9a6b711767a082a2739064f7 /docs | |
| parent | 9af8692307abc164e45db80e095d806fbf627bd6 (diff) | |
| download | bootstrap-5fc434c5f1f86978670df2a3bdb0e3bd9fb6da81.tar.xz bootstrap-5fc434c5f1f86978670df2a3bdb0e3bd9fb6da81.zip | |
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> |
