diff --git a/lib/jekyll/tags/include.rb b/lib/jekyll/tags/include.rb index 29f69296..74858b0a 100644 --- a/lib/jekyll/tags/include.rb +++ b/lib/jekyll/tags/include.rb @@ -75,7 +75,7 @@ eos if !File.exists?(file) return "Included file #{@file} not found in _includes directory" elsif File.symlink?(file) - return "Symlink #{@file} must not be included" + return "The included file '_includes/#{@file}' should not be a symlink" end end end