remove query string and make navbar link open in new tab

This commit is contained in:
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", "//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": [],

View File

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