X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/2d47e67e4c6df430a74fecb856923da8238305a5..HEAD:/personal/_plugins/readmes.rb diff --git a/personal/_plugins/readmes.rb b/personal/_plugins/readmes.rb index 7767be7..2daac9d 100644 --- 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]