Merge branch 'copy-better' of https://github.com/jekyll/jekyll into copy-better

This commit is contained in:
Ben Balter 2016-03-02 13:40:17 -05:00
commit 1853f6a210
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ end
def content_for(file)
contents = File.read(file)
case file
when "HISTORY.markdown"
when "History.markdown"
converted_history(contents)
else
contents.gsub!(/\A# .*\n\n?/, "")