0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-13 01:08:58 +01:00

Checkin "Themes" link in navbar

This commit is contained in:
Chris Rebert 2015-12-06 01:47:59 -08:00
parent 2535f18157
commit 0f67b5e3d3

View File

@ -28,6 +28,7 @@
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="{{ site.themes }}" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Themes')">Themes</a></li>
<li><a href="{{ site.expo }}" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Expo');">Expo</a></li>
<li><a href="{{ site.blog }}" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Blog');">Blog</a></li>
</ul>