Skip to content

Commit

Permalink
update social links
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoelle committed Nov 7, 2023
1 parent 1f2e09a commit 3908b2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = (eleventyConfig) => {
eleventyConfig.addPlugin(syntaxHighlight);
eleventyConfig.addPlugin(eleventyNavigationPlugin);

eleventyConfig.addPlugin(EleventyVitePlugin, {});
eleventyConfig.addPlugin(EleventyVitePlugin, {});
eleventyConfig.addPassthroughCopy('src/assets')
eleventyConfig.addPassthroughCopy('src/robots.txt')

Expand Down
6 changes: 3 additions & 3 deletions src/_data/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
{
"title": "LinkedIn",
"logo": "bxl-linkedin",
"url": "https://github.com/mkoelle"
"url": "https://www.linkedin.com/in/mkoelle/"
},
{
"title": "Twitter",
"logo": "bxl-twitter",
"url": "https://github.com/mkoelle"
"url": "https://twitter.com/mkoelle"
},
{
"title": "Facebook",
"logo": "bxl-facebook-square",
"url": "https://github.com/mkoelle"
"url": "https://www.facebook.com/mark.koelle"
}
]
}

0 comments on commit 3908b2d

Please sign in to comment.