Skip to content

Commit

Permalink
Refs benjaminp#47 -- added twitter info for more sites
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jan 21, 2015
1 parent 3ea1571 commit 7c778d4
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions config/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,33 @@
"sites": [
{
"name": "LinkedIn",
"domain": "www.linkedin.com"
"domain": "www.linkedin.com",
"twitter": "LinkedIn"
},
{
"name": "Facebook",
"domain": "www.facebook.com"
"domain": "www.facebook.com",
"twitter": "facebook"
},
{
"name": "Twitter",
"domain": "twitter.com"
"domain": "twitter.com",
"twitter": "twitter"
},
{
"name": "Pintrest",
"domain": "www.pinterest.com"
"domain": "www.pinterest.com",
"twitter": "Pinterest"
},
{
"name": "Tumblr",
"domain": "www.tumblr.com"
"domain": "www.tumblr.com",
"twitter": "tumblr"
},
{
"name": "Instagram",
"domain": "instagram.com"
"domain": "instagram.com",
"twitter": "instagram"
},
{
"name": "Reddit",
Expand Down

0 comments on commit 7c778d4

Please sign in to comment.