Skip to content

Commit

Permalink
adding blog back into navbar for larger viewport sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
talbs committed Apr 12, 2016
1 parent 8cc8b05 commit 5ab5b15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/_includes/navbar.html
Expand Up @@ -111,6 +111,10 @@
<li{% if page.navbar_active == "community" %} class="active"{% endif %}><a href="{{ page.relative_path }}community/">Community</a></li>
<li{% if page.navbar_active == "license" %} class="active"{% endif %}><a href="{{ page.relative_path }}license/">License</a></li>
</ul>

<ul class="nav navbar-nav navbar-right hidden-sm hidden-xs">
<li><a href="{{ site.fontawesome.blog_url }}">Blog</a></li>
</ul>
</div>
</div>
</div>

0 comments on commit 5ab5b15

Please sign in to comment.