Fixed whitespace offenses
This commit is contained in:
parent
ceeb93d0e4
commit
e69704b540
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ module Middleman::CoreExtensions
|
||||||
data = app.extensions[:frontmatter].data(source_file).first
|
data = app.extensions[:frontmatter].data(source_file).first
|
||||||
|
|
||||||
if proxy?
|
if proxy?
|
||||||
url_data = app.extensions[:frontmatter].data( File.join( app.source_dir, url ).chomp('/') ).first
|
url_data = app.extensions[:frontmatter].data(File.join(app.source_dir, url).chomp('/')).first
|
||||||
data = data.deep_merge(url_data)
|
data = data.deep_merge(url_data)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue