diff --git a/pelican/plugins/share_post/share_post.py b/pelican/plugins/share_post/share_post.py index 2942389..35deb80 100644 --- a/pelican/plugins/share_post/share_post.py +++ b/pelican/plugins/share_post/share_post.py @@ -54,6 +54,7 @@ def create_link_diaspora(title, url, content): def create_link_facebook(title, url, content): return f"https://www.facebook.com/sharer/sharer.php?u={url}" + @create_link def create_link_mastodon(title, url, content): tags = getattr(content, "tags", [])