diff --git a/_plugins/jekyll-figurify.rb b/_plugins/jekyll-figurify.rb index 90fe30f8e09f5f..6cef94b0ec5746 100644 --- a/_plugins/jekyll-figurify.rb +++ b/_plugins/jekyll-figurify.rb @@ -45,7 +45,6 @@ def insert_image(url, alt, style, dimensions, actual_path) #{alt} - Open image in new tab ) else %( @@ -80,14 +79,13 @@ def figurify(page, site) image = insert_image(url, alt, style, dimensions, actual_path) %( -
#{image} + Open image in new tab
#{prefix}#{num_figure}: #{title}
- ).split("\n").map(&:strip).join end end