feat: add Reddit social option (#1836)
This commit is contained in:
parent
a07a57ec92
commit
8673e1335f
2 changed files with 8 additions and 0 deletions
|
@ -30,3 +30,7 @@
|
|||
# - type: bluesky
|
||||
# icon: 'fa-brands fa-bluesky'
|
||||
# url: '' # Fill with your Bluesky profile link
|
||||
#
|
||||
# - type: reddit
|
||||
# icon: 'fa-brands fa-reddit'
|
||||
# url: '' # Fill with your Reddit profile link
|
||||
|
|
|
@ -40,3 +40,7 @@ platforms:
|
|||
# - type: Bluesky
|
||||
# icon: "fa-brands fa-bluesky"
|
||||
# link: "https://bsky.app/intent/compose?text=TITLE%20URL"
|
||||
#
|
||||
# - type: Reddit
|
||||
# icon: "fa-brands fa-square-reddit"
|
||||
# link: "https://www.reddit.com/submit?url=URL&title=TITLE"
|
||||
|
|
Loading…
Reference in a new issue