Fix category_link filter plugin (#15875)

This commit is contained in:
cdce8p 2020-12-10 20:53:47 +01:00 committed by GitHub
parent 315fe51c45
commit f45f1a9604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,7 +196,7 @@ module Jekyll
# Adds some extra filters used during the category creation process.
module Filters
module CategoryFilter
# Outputs a list of categories as comma-separated <a> links. This is used
# to output the category list for each post on a category page.
@ -250,3 +250,5 @@ module Jekyll
end
end
Liquid::Template.register_filter(Jekyll::CategoryFilter)