diff --git a/lib/locomotive/liquid/filters/html.rb b/lib/locomotive/liquid/filters/html.rb index acfca793..963cfd30 100644 --- a/lib/locomotive/liquid/filters/html.rb +++ b/lib/locomotive/liquid/filters/html.rb @@ -43,10 +43,8 @@ module Locomotive # input: name of file including folder # example: 'about/myphoto.jpg' | theme_image # def theme_image_tag(input, *args) - return '' if input.nil? - input = "images/#{input}" unless input.starts_with?('/') image_options = inline_options(args_to_options(args)) - "" + "" end # Write an image tag