diff --git a/lib/jekyll/excerpt.rb b/lib/jekyll/excerpt.rb index 7242c6c5a67..202c9bb3d4b 100644 --- a/lib/jekyll/excerpt.rb +++ b/lib/jekyll/excerpt.rb @@ -183,9 +183,8 @@ def print_build_warning Jekyll.logger.warn "", "The block has been modified with the appropriate" \ " closing tag." Jekyll.logger.warn "", "Feel free to define a custom excerpt or" \ - "excerpt_separator in the" - Jekyll.logger.warn "", "document's Front Matter if the generated excerpt" \ - " is unsatisfactory." + " excerpt_separator in the document's front matter" \ + " if the generated excerpt is unsatisfactory." end end end