Skip to content

Commit

Permalink
Update default.moon
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Oct 27, 2016
1 parent a73e90d commit 4d4900d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions views/default.moon
Expand Up @@ -40,6 +40,8 @@ class extends html.Widget
a href: @url_for("games"), class: "pure-menu-link", "Games"
li class: "pure-menu-item", ->
a href: @url_for("blog_index"), class: "pure-menu-link", "Blog"
li class: "pure-menu-item", ->
a href: @url_for("john_submissions"), class: "pure-menu-link", "John"
div id: "container", ->
if @title
h1 @title
Expand Down

0 comments on commit 4d4900d

Please sign in to comment.