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:
parent
f14c83674f
commit
c2a9cc79af
@ -1,5 +1,5 @@
|
|||||||
module Jekyll
|
module Jekyll
|
||||||
module Filters
|
module CategoriesFilter
|
||||||
# Outputs a list of categories as comma-separated <a> links. This is used
|
# 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.
|
# to output the category list for each post on a category page.
|
||||||
#
|
#
|
||||||
@ -12,3 +12,5 @@ module Jekyll
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Liquid::Template.register_filter(Jekyll::CategoriesFilter)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user