From f9b7e421348548711c9afb2fc3365fa30fb6243d Mon Sep 17 00:00:00 2001 From: eggy Date: Fri, 28 May 2021 17:49:06 -0400 Subject: [PATCH] Add social media to footer --- src/_data/site.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_data/site.json b/src/_data/site.json index 491727f..afef11e 100644 --- a/src/_data/site.json +++ b/src/_data/site.json @@ -4,7 +4,7 @@ "title": "Eggworld", "description": "Personal website", "github": "https://github.com/potatoeggy", - "twitter": "", - "linkedin": "", + "twitter": "https://twitter.com/potatoeggy", + "linkedin": "https://linkedin.com/in/potatoeggy", "dmoj": "" }