Navigation Menu

Skip to content

Commit

Permalink
the last merge seems to have broken the url prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
BonsaiDen committed Mar 26, 2011
1 parent 1fe0305 commit acb84a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garden.jade
Expand Up @@ -29,7 +29,7 @@ html(lang=language)
a(href= '/', title=lang.title) #{lang.id}

- else
a(href= '/' + lang.id, title=lang.title) #{lang.id}
a(href= '/JavaScript-Garden/' + lang.id, title=lang.title) #{lang.id}
a(id='top', href='#intro', title='Back to top') #top
a(id='hide_menu', class='tablet') Hide Menu

Expand Down

0 comments on commit acb84a7

Please sign in to comment.