mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #407 from tbunnyman/fix_publisconf
Small change to fix #406
This commit is contained in:
commit
f4ab1b2cd0
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# -*- coding: utf-8 -*- #
|
# -*- coding: utf-8 -*- #
|
||||||
|
|
||||||
|
import sys
|
||||||
|
sys.path.append('.')
|
||||||
from pelicanconf import *
|
from pelicanconf import *
|
||||||
|
|
||||||
SITEURL = '$siteurl'
|
SITEURL = '$siteurl'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue