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
Tags
No related merge requests found
...@@ -34,6 +34,10 @@ module JekyllPandocMultipleFormats ...@@ -34,6 +34,10 @@ module JekyllPandocMultipleFormats
@config['binder'] @config['binder']
end end
def full_file?
@config['full_file']
end
# TODO magic # TODO magic
def outputs def outputs
@config['outputs'] @config['outputs']
......
...@@ -50,7 +50,7 @@ class PandocGenerator < Generator ...@@ -50,7 +50,7 @@ class PandocGenerator < Generator
@pandoc_files << pandoc_file @pandoc_files << pandoc_file
end end
if @config['full_file'] if @config.full_file?
# For parts to make sense, we order articles by date and then by # For parts to make sense, we order articles by date and then by
# category, so each category is ordered by date. # 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