diff --git a/src/lib/core.js b/src/lib/core.js index 524f3c7..c88dd98 100644 --- a/src/lib/core.js +++ b/src/lib/core.js @@ -14,5 +14,8 @@ export function personLink (p) { if (p.refs?.github) { return `https://github.com/${p.refs.github}` } + if (p.refs?.linkedin) { + return `https://linkedin.com/in/${p.refs.github}` + } return '#' -} \ No newline at end of file +}