diff --git a/README.md b/README.md index 8e26419..a1289af 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ article.share_post = { "mastodon": "", "reddit": "", "twitter": "", - "bluesky": "", } ``` @@ -62,8 +61,6 @@ You can then access those variables in your template. For example: RedditTwitter - ❄ - Bluesky

{% endif %} diff --git a/pelican/plugins/share_post/share_post.py b/pelican/plugins/share_post/share_post.py index 6172904..c27ad79 100644 --- a/pelican/plugins/share_post/share_post.py +++ b/pelican/plugins/share_post/share_post.py @@ -96,12 +96,6 @@ def create_link_linkedin(title, url, content): ) -@create_link -def create_link_bluesky(title, url, content): - # https://docs.bsky.app/docs/advanced-guides/intent-links - return f"https://bsky.app/intent/compose?text={url}" - - def create_share_links(content): if isinstance(content, contents.Static): return