diff --git a/plugins/category_generator.rb b/plugins/category_generator.rb index 54210c7a740..b5f9e57e815 100644 --- a/plugins/category_generator.rb +++ b/plugins/category_generator.rb @@ -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 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)