mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
fix #233
This commit is contained in:
parent
0cf820f07b
commit
a7ea166fd2
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class Generator(object):
|
|||
self._templates_path = os.path.expanduser(
|
||||
os.path.join(self.theme, 'templates'))
|
||||
|
||||
theme_path = os.path.join(os.path.dirname(os.path.abspath(__file__)))
|
||||
theme_path = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
simple_loader = FileSystemLoader(os.path.join(theme_path,
|
||||
"themes", "simple", "templates"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue