forked from github/pelican
Fix for issue #233
This commit is contained in:
parent
174f1b50c8
commit
5e26062fd0
1 changed files with 2 additions and 2 deletions
|
|
@ -36,8 +36,8 @@ class Generator(object):
|
|||
|
||||
theme_path = os.path.join(os.path.dirname(os.path.abspath(__file__)))
|
||||
|
||||
simple_loader = FileSystemLoader(theme_path,
|
||||
"themes", "simple", "templates")
|
||||
simple_loader = FileSystemLoader(os.path.join(theme_path,
|
||||
"themes", "simple", "templates"))
|
||||
self._env = Environment(
|
||||
loader=ChoiceLoader([
|
||||
FileSystemLoader(self._templates_path),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue