projects
/
web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b058ae
)
fix compatibility with latest version of Jekyll
author
Ralf Jung
<post@ralfj.de>
Tue, 14 Jun 2016 07:24:44 +0000
(09:24 +0200)
committer
Ralf Jung
<post@ralfj.de>
Tue, 14 Jun 2016 07:24:44 +0000
(09:24 +0200)
personal/_plugins/readmes.rb
patch
|
blob
|
history
diff --git
a/personal/_plugins/readmes.rb
b/personal/_plugins/readmes.rb
index 7767be727366e97a81bffd3c5e077e47bbdf2d3b..b5c7ea60c80aa99e24ffbbdfaed8c10d2dfe09d8 100644
(file)
--- a/
personal/_plugins/readmes.rb
+++ b/
personal/_plugins/readmes.rb
@@
-10,7
+10,7
@@
module Jekyll
self.process(@name)
self.data ||= {}
- content = File.read(src,
self.merged_file_read_opts(
{})).each_line.to_a
+ content = File.read(src,
Utils.merged_file_read_opts(site,
{})).each_line.to_a
self.data['layout'] = 'page'
self.data['title'] = content[0].match(/^#* ?(.*)\n$/)[1]