From c2cdba16d5f3610aa0094f1537c97e48b5032f60 Mon Sep 17 00:00:00 2001
From: fauno <fauno@endefensadelsl.org>
Date: Tue, 23 Jan 2018 14:50:31 -0300
Subject: [PATCH] it was a key not a method

---
 lib/jekyll-pandoc-multiple-formats/generator.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 @@ class PandocGenerator < Generator
         @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.
         #
-- 
GitLab