renamed: plugins/__init__.py -> lib/__init__.py
renamed: plugins/liblinkpeek.py -> lib/liblinkpeek.py renamed: plugins/rst_linkpeek.py -> lib/rst_linkpeek.py modified: pelicanconf.py
This commit is contained in:
parent
0a85c97ae7
commit
27ae7689b4
4 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ AUTHOR_SAVE_AS = 'author/{slug}/index.html'
|
|||
|
||||
# register linkpeek docutils directive.
|
||||
import sys
|
||||
sys.path.append('plugins')
|
||||
sys.path.append('lib')
|
||||
import rst_linkpeek
|
||||
linkpeek = rst_linkpeek.LinkPeek
|
||||
linkpeek.apikey = LINKPEEK_APIKEY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue