diff --git a/pelican/plugins/share_post/share_post.py b/pelican/plugins/share_post/share_post.py index 06e1c32..99edc1e 100644 --- a/pelican/plugins/share_post/share_post.py +++ b/pelican/plugins/share_post/share_post.py @@ -21,6 +21,8 @@ from pelican.generators import ArticlesGenerator, PagesGenerator _create_link_functions = [] +newline = '%0D%0A' + # Use this decorator to mark a function as # a link creator. The function's prototype shall be