diff --git a/lib/jekyll-seo-tag/drop.rb b/lib/jekyll-seo-tag/drop.rb index b876180..7cc5a6a 100644 --- a/lib/jekyll-seo-tag/drop.rb +++ b/lib/jekyll-seo-tag/drop.rb @@ -203,7 +203,7 @@ module Jekyll end def absolute_url?(string) - string.include? "://" + Addressable::URI.parse(string).absolute? end def format_string(string)