From 1a4d8f5c8c683cf47cf0eb20251981f028a85da7 Mon Sep 17 00:00:00 2001 From: cole-maxwell1 Date: Mon, 1 Aug 2022 22:51:49 -0500 Subject: [PATCH] Add linkedin --- _config.yml | 2 +- _data/contact.yml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 282b6d1..f4ed462 100644 --- a/_config.yml +++ b/_config.yml @@ -44,7 +44,7 @@ social: email: cole@codecraftsmen.dev links: # The first element serves as the copyright owner's link - - https://github.com/username # change to your github homepage + - https://github.com/cole-maxwell1 # change to your github homepage - https://www.linkedin.com/in/cole-n-maxwell # Uncomment below to add more social links # - https://twitter.com/cole-maxwell1 # change to your twitter homepage diff --git a/_data/contact.yml b/_data/contact.yml index 05da2f2..b77c3c1 100644 --- a/_data/contact.yml +++ b/_data/contact.yml @@ -4,8 +4,9 @@ type: github icon: 'fab fa-github' - - type: twitter - icon: 'fab fa-twitter' + type: linkedin + icon: 'fab fa-linkedin' + url: 'https://www.linkedin.com/in/cole-n-maxwell' - type: email icon: 'fas fa-envelope'