Skip to content

Commit

Permalink
add LinkedIn on the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper committed Nov 19, 2024
1 parent bfa70f7 commit eddde4a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/data/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
],
"socialLinks": [
{
"text": "Instagram",
"url": "https://instagram.com/fredericharper",
"text": "LinkedIn",
"url": "https://www.linkedin.com/in/fredericharper",
"external": true
},
{
Expand All @@ -50,6 +50,11 @@
"text": "Twitter",
"url": "https://twitter.com/fharper",
"external": true
},
{
"text": "Instagram",
"url": "https://instagram.com/fredericharper",
"external": true
}
],
"footerLinks": [
Expand Down

0 comments on commit eddde4a

Please sign in to comment.