drop the a, just JSON

This commit is contained in:
Ben Balter 2017-08-23 16:25:28 -04:00
parent cf49c63b3c
commit 5219dd13e6
No known key found for this signature in database
GPG Key ID: DBB67C246AD356C4
2 changed files with 1 additions and 1 deletions

View File

@ -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"