From 5e92fea323a814a783dd4fc36fb235ac27dd37ca Mon Sep 17 00:00:00 2001 From: Daniel Singleton <48238314+goodnightdaniel@users.noreply.github.com> Date: Fri, 5 Jul 2024 13:53:02 -0700 Subject: [PATCH] feat: add Threads social links (#1837) --- _data/contact.yml | 4 ++++ _data/share.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/_data/contact.yml b/_data/contact.yml index 87df4606..ed40acb7 100644 --- a/_data/contact.yml +++ b/_data/contact.yml @@ -34,3 +34,7 @@ # - type: reddit # icon: 'fa-brands fa-reddit' # url: '' # Fill with your Reddit profile link +# +# - type: threads +# icon: 'fa-brands fa-threads' +# url: '' # Fill with your Threads profile link diff --git a/_data/share.yml b/_data/share.yml index 04bac44c..6f975680 100644 --- a/_data/share.yml +++ b/_data/share.yml @@ -44,3 +44,7 @@ platforms: # - type: Reddit # icon: "fa-brands fa-square-reddit" # link: "https://www.reddit.com/submit?url=URL&title=TITLE" + # + # - type: Threads + # icon: "fa-brands fa-square-threads" + # link: "https://www.threads.net/intent/post?text=TITLE%20URL"