1
0
mirror of https://github.com/danbee/danbarber.me synced 2025-03-04 08:59:10 +00:00

Fix categories filter

This commit is contained in:
Daniel Barber 2017-08-16 16:00:16 -04:00
parent f14c83674f
commit c2a9cc79af
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -1,5 +1,5 @@
module Jekyll
module Filters
module CategoriesFilter
# 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.
#
@ -12,3 +12,5 @@ module Jekyll
end
end
end
Liquid::Template.register_filter(Jekyll::CategoriesFilter)