diff --git a/lib/jekyll-seo-tag/image_drop.rb b/lib/jekyll-seo-tag/image_drop.rb index 647ce1f..01de9b8 100644 --- a/lib/jekyll-seo-tag/image_drop.rb +++ b/lib/jekyll-seo-tag/image_drop.rb @@ -61,6 +61,7 @@ module Jekyll def absolute_url return unless raw_path + @absolute_url ||= build_absolute_path end