diff options
| author | Mark Otto <[email protected]> | 2014-10-27 01:34:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-27 01:34:43 -0700 |
| commit | 482863005e0635cf0fd5ea37f5b97cceb2739b43 (patch) | |
| tree | 318fbbfcd0081a54819b052047be2094d77e2c8c /docs | |
| parent | 252583b6616f5612c9addc08027ff8abdfec835d (diff) | |
| download | bootstrap-482863005e0635cf0fd5ea37f5b97cceb2739b43.tar.xz bootstrap-482863005e0635cf0fd5ea37f5b97cceb2739b43.zip | |
fix home nav
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/home-nav.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/_includes/home-nav.html b/docs/_includes/home-nav.html index 3bdb84773..2ffd56a28 100644 --- a/docs/_includes/home-nav.html +++ b/docs/_includes/home-nav.html @@ -22,8 +22,12 @@ {% endfor %} </ul> <ul class="nav navbar-nav navbar-right"> - <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> + <li class="nav-item"> + <a class="nav-link" href="{{ site.expo }}" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Expo');">Expo</a> + </li> + <li class="nav-item"> + <a class="nav-link" href="{{ site.blog }}" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Blog');">Blog</a> + </li> </ul> </nav> </div> |
