mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
harmonize footer links on homepage & docs pages
This commit is contained in:
parent
9af8692307
commit
5fc434c5f1
2 changed files with 12 additions and 0 deletions
|
@ -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…
Reference in a new issue