diff --git a/lib/jekyll-seo-tag/json_ld_drop.rb b/lib/jekyll-seo-tag/json_ld_drop.rb index 22c2e8b..85fea10 100644 --- a/lib/jekyll-seo-tag/json_ld_drop.rb +++ b/lib/jekyll-seo-tag/json_ld_drop.rb @@ -12,7 +12,7 @@ module Jekyll def_delegator :page_drop, :links, :sameAs def_delegator :page_drop, :logo, :logo - # Expose #type and #logo and private methods and #@type as a public method + # Expose #type and #logo as private methods and #@type as a public method def_delegator :page_drop, :type, :type alias_method :"@type", :type private :type