Skip to content
Snippets Groups Projects
Unverified Commit 73f7e504 authored by fauno's avatar fauno
Browse files

now it's a method

parent c2cdba16
Branches
No related tags found
No related merge requests found
......@@ -34,6 +34,10 @@ module JekyllPandocMultipleFormats
@config['binder']
end
def full_file?
@config['full_file']
end
# TODO magic
def outputs
@config['outputs']
......
......@@ -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.
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment