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",
|
||||
"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": [],
|
||||
|
@ -18,9 +18,9 @@ nav.navbar.navbar-default.navbar-fixed-top.nav-height
|
||||
li
|
||||
a(href='http://forum.freecodecamp.com', target='_blank') Forum
|
||||
li
|
||||
a(href='/about') About
|
||||
a(href='/about', target='_blank') About
|
||||
li
|
||||
a(href='/donate?r=nav') Donate
|
||||
a(href='/donate', target='_blank') Donate
|
||||
if !user
|
||||
li
|
||||
a(href='/signin') Sign in
|
||||
|
Reference in New Issue
Block a user