Skip to content

Commit

Permalink
Fix link to blog.
Browse files Browse the repository at this point in the history
  • Loading branch information
martindale committed Sep 30, 2015
1 parent ec04051 commit 9390586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ html(lang="en-US", ng-app="soundtrack-io")
li
a(href="/people") People
li
a(href="/blog", ng-class="{active: slug == 'blog'}") Blog
a(href="https://blog.soundtrack.io", ng-class="{active: slug == 'blog'}") Blog
span(style="color: red; font-weight: bold;") !

ul.nav.pull-right
Expand Down

0 comments on commit 9390586

Please sign in to comment.