remove query string and make navbar link open in new tab

pull/14123/head
Quincy Larson 2017-03-27 23:28:18 -05:00
parent 5d7e39569c
commit 017df29cbe
2 changed files with 3 additions and 3 deletions

View File

@ -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": [],

View File

@ -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