Merge branch 'copy-better' of https://github.com/jekyll/jekyll into copy-better
This commit is contained in:
commit
1853f6a210
2
Rakefile
2
Rakefile
|
@ -105,7 +105,7 @@ end
|
||||||
def content_for(file)
|
def content_for(file)
|
||||||
contents = File.read(file)
|
contents = File.read(file)
|
||||||
case file
|
case file
|
||||||
when "HISTORY.markdown"
|
when "History.markdown"
|
||||||
converted_history(contents)
|
converted_history(contents)
|
||||||
else
|
else
|
||||||
contents.gsub!(/\A# .*\n\n?/, "")
|
contents.gsub!(/\A# .*\n\n?/, "")
|
||||||
|
|
Loading…
Reference in New Issue