From d8c1ac885311b26a0c363770eb95302c053838cb Mon Sep 17 00:00:00 2001 From: goodnightdaniel <48238314+goodnightdaniel@users.noreply.github.com> Date: Wed, 3 Jul 2024 19:41:13 -0700 Subject: [PATCH] feat: add Threads (social network) social links --- _data/contact.yml | 5 +++++ _data/share.yml | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/_data/contact.yml b/_data/contact.yml index d6819e0deaf..d7e08a272c9 100644 --- a/_data/contact.yml +++ b/_data/contact.yml @@ -30,3 +30,8 @@ # - type: bluesky # icon: 'fa-brands fa-bluesky' # url: '' # Fill with your Bluesky 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 0aa28fd425b..23e95cc7ee7 100644 --- a/_data/share.yml +++ b/_data/share.yml @@ -40,3 +40,7 @@ platforms: # - type: Bluesky # icon: "fa-brands fa-bluesky" # link: "https://bsky.app/intent/compose?text=TITLE%20URL" + # + # - type: Threads + # icon: "fa-brands fa-square-threads" + # link: "https://www.threads.net/intent/post?text=TITLE%20URL"