diff --git a/lib/jekyll-pandoc-multiple-formats/generator.rb b/lib/jekyll-pandoc-multiple-formats/generator.rb index 3c74dbc..24ba40c 100644 --- a/lib/jekyll-pandoc-multiple-formats/generator.rb +++ b/lib/jekyll-pandoc-multiple-formats/generator.rb @@ -50,7 +50,7 @@ def generate(site) @pandoc_files << pandoc_file end - if @config.full_file + if @config['full_file'] # For parts to make sense, we order articles by date and then by # category, so each category is ordered by date. #