a patch for the issue: [Liquid doesn't render my partial · Issue #1519 · mojombo/jekyll](https://github.com/mojombo/jekyll/issues/1519)

This commit is contained in:
Ishibashi Hideto
2013-09-10 23:12:15 +09:00
parent 94e001e549
commit 421e58ad59
2 changed files with 21 additions and 0 deletions

View File

@@ -80,6 +80,10 @@ eos
return "The included file '_includes/#{@file}' should not be a symlink"
end
end
def blank?
false
end
end
end
end