From 1029f5703b599ca8fdf0dd8d9774c3e6b209f367 Mon Sep 17 00:00:00 2001 From: Masoud Naservand Date: Tue, 4 Jun 2024 14:27:56 +0330 Subject: [PATCH 1/2] Add discord to contact.yml --- _data/contact.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_data/contact.yml b/_data/contact.yml index 1ed228a..d2195eb 100644 --- a/_data/contact.yml +++ b/_data/contact.yml @@ -3,6 +3,10 @@ - type: github icon: "fab fa-github" +- type: discord + icon: "fa-brands fa-discord" + url: "https://discord.gg/CjbdXQt3j7" + - type: twitter icon: "fa-brands fa-x-twitter" From bf9170d74e726e12813c7eb6515b566345056c22 Mon Sep 17 00:00:00 2001 From: Masoud Naservand Date: Tue, 4 Jun 2024 14:31:17 +0330 Subject: [PATCH 2/2] Comment out twitter and email from contact.yml We don't have any email or twitter account for the project currently. --- _data/contact.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_data/contact.yml b/_data/contact.yml index d2195eb..85814b9 100644 --- a/_data/contact.yml +++ b/_data/contact.yml @@ -7,12 +7,12 @@ icon: "fa-brands fa-discord" url: "https://discord.gg/CjbdXQt3j7" -- type: twitter - icon: "fa-brands fa-x-twitter" +# - type: twitter +# icon: "fa-brands fa-x-twitter" -- type: email - icon: "fas fa-envelope" - noblank: true # open link in current tab +# - type: email +# icon: "fas fa-envelope" +# noblank: true # open link in current tab - type: rss icon: "fas fa-rss"