Make render_with_liquid? true for CoffeeScript
This commit is contained in:
parent
568464bc0e
commit
71b10e2d4a
|
@ -165,7 +165,7 @@ module Jekyll
|
|||
# Returns false if the document is either an asset file or a yaml file,
|
||||
# true otherwise.
|
||||
def render_with_liquid?
|
||||
!coffeescript_file?
|
||||
true
|
||||
end
|
||||
|
||||
# Determine whether the file should be placed into layouts.
|
||||
|
|
Loading…
Reference in New Issue