Skip to content

Commit

Permalink
Feat: LinkedIn
Browse files Browse the repository at this point in the history
  • Loading branch information
luciobenini committed May 20, 2020
1 parent 7a7625a commit 8b3abab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ module.exports = {
twitter: {
username: `TWITTER_USERNAME`,
site: `TWITTER_SITE_USERNAME`
},
linkedin: {
page: `LINKEDIN_PAGE_USERNAME`
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ exports.onCreateNode = ({ node, actions }, options) => {
twitter: {
username: ``,
site: ``
},
linkedin: {
page: ``
}
}, options.socials || {})

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pittica/gatsby-plugin-seo",
"private": false,
"description": "SEO optimization plugin for GatsbyJS.",
"version": "1.0.1",
"version": "1.1.0",
"author": {
"name": "Lucio Benini",
"email": "info@pittica.com",
Expand Down

0 comments on commit 8b3abab

Please sign in to comment.