fix forum links in navbars
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
"target": "_blank"
|
||||
},{
|
||||
"content": "Forum",
|
||||
"link": "//forum.freecodecamp.com/",
|
||||
"link": "http://forum.freecodecamp.com/",
|
||||
"target": "_blank"
|
||||
},{
|
||||
"content": "About",
|
||||
|
@ -20,7 +20,7 @@ nav.navbar.navbar-default.navbar-fixed-top.nav-height
|
||||
li.visible-xs
|
||||
a(href='/wiki', target='_blank') Wiki
|
||||
li
|
||||
a(href='//forum.freecodecamp.com', target='_blank') Forum
|
||||
a(href='http://forum.freecodecamp.com', target='_blank') Forum
|
||||
li
|
||||
a(href='/about') About
|
||||
li
|
||||
|
Reference in New Issue
Block a user