diff --git a/_data/social.json b/_data/social.json index 919c2d2aad..c5c42295a0 100644 --- a/_data/social.json +++ b/_data/social.json @@ -18,7 +18,16 @@ "name": "Email", "link": "mailto:ekyllserif@example.com ", "image": "images/social/email.svg" + }, + { + "name": "Instagram", + "link": "https://instagram.com", + "image": "images/social/instagram.svg" + }, + { + "name": "Discord", + "link": "https://discord.com", + "image": "images/social/discord.svg" } - ] diff --git a/images/social/discord.svg b/images/social/discord.svg new file mode 100644 index 0000000000..76e7952495 --- /dev/null +++ b/images/social/discord.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/social/instagram.svg b/images/social/instagram.svg new file mode 100644 index 0000000000..55383edca5 --- /dev/null +++ b/images/social/instagram.svg @@ -0,0 +1 @@ + \ No newline at end of file