remove query string and make navbar link open in new tab
This commit is contained in:
@ -213,7 +213,7 @@
|
|||||||
"//i.imgur.com/CxcBk9C.png",
|
"//i.imgur.com/CxcBk9C.png",
|
||||||
"Help us pay for servers and other costs. Set up a monthly donation you can afford.",
|
"Help us pay for servers and other costs. Set up a monthly donation you can afford.",
|
||||||
"freeCodeCamp is a small nonprofit that helps busy people learn to code for free. Help us pay for servers and other costs. Set up a monthly donation you can afford.",
|
"freeCodeCamp is a small nonprofit that helps busy people learn to code for free. Help us pay for servers and other costs. Set up a monthly donation you can afford.",
|
||||||
"/donate?r=fcc"
|
"/donate"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"challengeSeed": [],
|
"challengeSeed": [],
|
||||||
|
@ -18,9 +18,9 @@ nav.navbar.navbar-default.navbar-fixed-top.nav-height
|
|||||||
li
|
li
|
||||||
a(href='http://forum.freecodecamp.com', target='_blank') Forum
|
a(href='http://forum.freecodecamp.com', target='_blank') Forum
|
||||||
li
|
li
|
||||||
a(href='/about') About
|
a(href='/about', target='_blank') About
|
||||||
li
|
li
|
||||||
a(href='/donate?r=nav') Donate
|
a(href='/donate', target='_blank') Donate
|
||||||
if !user
|
if !user
|
||||||
li
|
li
|
||||||
a(href='/signin') Sign in
|
a(href='/signin') Sign in
|
||||||
|
Reference in New Issue
Block a user