Make render_with_liquid? true for CoffeeScript

This commit is contained in:
Chris Frederick 2014-08-26 17:14:33 +09:00
parent 568464bc0e
commit 71b10e2d4a
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ module Jekyll
# Returns false if the document is either an asset file or a yaml file, # Returns false if the document is either an asset file or a yaml file,
# true otherwise. # true otherwise.
def render_with_liquid? def render_with_liquid?
!coffeescript_file? true
end end
# Determine whether the file should be placed into layouts. # Determine whether the file should be placed into layouts.