forked from github/share-post
style: move import to original location
This commit is contained in:
parent
77e452d25e
commit
b63e466b36
1 changed files with 1 additions and 1 deletions
|
|
@ -13,9 +13,9 @@ This plugin adds social share URLs to each article.
|
|||
from urllib.parse import quote
|
||||
|
||||
from bs4 import BeautifulSoup
|
||||
from pelican.generators import ArticlesGenerator, PagesGenerator
|
||||
|
||||
from pelican import contents, signals
|
||||
from pelican.generators import ArticlesGenerator, PagesGenerator
|
||||
|
||||
_create_link_functions = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue