mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Merge pull request #12107 from twbs/same-footer-links
harmonize footer links on homepage & docs pages
This commit is contained in:
commit
5b7f508c60
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user