Merge pull request #705 from Krystosterone/master
supported_extensions attribute was added to the img tag when using image_tag
This commit is contained in:
commit
55a674853f
|
@ -53,6 +53,8 @@ module Middleman
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
params = params.delete_if {|key| key == :supported_extensions }
|
||||||
|
|
||||||
super(path, params)
|
super(path, params)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue