drop the a, just JSON
This commit is contained in:
parent
cf49c63b3c
commit
5219dd13e6
|
@ -6,7 +6,7 @@ module Jekyll
|
|||
autoload :JSONLD, "jekyll-seo-tag/json_ld"
|
||||
autoload :AuthorDrop, "jekyll-seo-tag/author_drop"
|
||||
autoload :ImageDrop, "jekyll-seo-tag/image_drop"
|
||||
autoload :JSONLDDrop, "jekyll-seo-tag/jason_ld_drop"
|
||||
autoload :JSONLDDrop, "jekyll-seo-tag/json_ld_drop"
|
||||
autoload :UrlHelper, "jekyll-seo-tag/url_helper"
|
||||
autoload :Drop, "jekyll-seo-tag/drop"
|
||||
autoload :Filters, "jekyll-seo-tag/filters"
|
||||
|
|
Loading…
Reference in New Issue