Updated blog link title

The admin navbar title used to just be `/`. It now reads `Visit blog`,
in accordance with the nav label.
This commit is contained in:
Ian Mitchell 2014-10-08 20:57:10 -07:00
parent 03b0e06b9e
commit 740c3bdfba

View File

@ -1,6 +1,6 @@
<nav class="global-nav" role="navigation">
<a class="nav-item ghost-logo" href="{{gh-path 'blog'}}" title="{{gh-path 'blog'}}">
<a class="nav-item ghost-logo" href="{{gh-path 'blog'}}" title="Visit blog">
<div class="nav-label"><i class="icon-ghost"></i> <span>Visit blog</span> </div>
</a>