Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix #143
  • Loading branch information
Roberto Alsina committed Mar 8, 2018
1 parent 783a9e4 commit 1eca74e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v7/import_jekyll/import_jekyll.plugin
Expand Up @@ -7,6 +7,6 @@ PluginCategory = Command

[Documentation]
Author = Miguel Angel Garcia
Version = 0.2
Version = 0.3
Website = http://plugins.getnikola.com/#import_jekyll
Description = Import a Jekyll or Octopress site.
2 changes: 1 addition & 1 deletion v7/import_jekyll/import_jekyll.py
Expand Up @@ -126,7 +126,7 @@ def _write_site(self):
self.write_configuration(conf_out_path, conf_template_render)

def _import_posts(self):
rel_path = self._jekyll_config.get('source', 'source')
rel_path = self._jekyll_config.get('source', '')
posts_path = os.path.join(self._jekyll_path, rel_path, '_posts')
importer = JekyllPostImport()

Expand Down

0 comments on commit 1eca74e

Please sign in to comment.