From 9bd1a4746697ebc93cd2be33d471c0bed8e11d4a Mon Sep 17 00:00:00 2001 From: James Fenn Date: Sat, 20 Feb 2021 18:26:14 -0500 Subject: [PATCH] switch/update social links --- _data/meta.json | 1 - assets/images/ic/twitch.svg | 5 +++++ pages/index.html | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 assets/images/ic/twitch.svg diff --git a/_data/meta.json b/_data/meta.json index bba6297..f002850 100644 --- a/_data/meta.json +++ b/_data/meta.json @@ -8,7 +8,6 @@ "links": { "twitter": "https://twitter.com/fennifith", "fediverse": "https://is.a.horrific.dev/@james", - "instagram": "https://www.instagram.com/fennifith", "twitch": "https://twitch.tv/fennifith", "keybase": "https://keybase.io/jafenn", "googleplay": "https://play.google.com/store/apps/dev?id=5937321955284727208", diff --git a/assets/images/ic/twitch.svg b/assets/images/ic/twitch.svg new file mode 100644 index 0000000..77c2700 --- /dev/null +++ b/assets/images/ic/twitch.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/pages/index.html b/pages/index.html index 544fb89..9510ee4 100644 --- a/pages/index.html +++ b/pages/index.html @@ -20,7 +20,7 @@ permalink: / my resume here, along with a few ways to contact me.

- {% assign links = "twitter fediverse github linkedin" | split: " " %} + {% assign links = "twitter fediverse linkedin twitch" | split: " " %} {% for link in links %} {{ link }} -- GitLab