Skip to content

Commit

Permalink
Add Yarn version to navbar. Closes #252
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebuilds committed Nov 8, 2016
1 parent 8f1ecc6 commit c9b0e3a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@
<li class="nav-item">
<a class="nav-link" href="https://github.com/yarnpkg">GitHub</a>
</li>

<li class="nav-item">
<span class="sr-only">The current version of Yarn is</span>
<strong class="navbar-text">
v{{site.latest_version}}
</strong>
</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit c9b0e3a

Please sign in to comment.