From 9103720ecfa1b5b9eb9f860839ec2f728f1ca678 Mon Sep 17 00:00:00 2001 From: eggy Date: Sat, 10 Jul 2021 22:27:33 -0400 Subject: [PATCH] Remove dmoj field in data --- src/_data/site.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/_data/site.json b/src/_data/site.json index f6c5891..e7d3ef1 100644 --- a/src/_data/site.json +++ b/src/_data/site.json @@ -5,6 +5,5 @@ "description": "Ramblings and ideas", "github": "https://github.com/potatoeggy", "twitter": "https://twitter.com/potatoeggy", - "linkedin": "https://linkedin.com/in/potatoeggy", - "dmoj": "" + "linkedin": "https://linkedin.com/in/potatoeggy" }