mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +00:00
Fix category_link filter plugin (#15875)
This commit is contained in:
parent
315fe51c45
commit
f45f1a9604
@ -196,7 +196,7 @@ module Jekyll
|
|||||||
|
|
||||||
|
|
||||||
# Adds some extra filters used during the category creation process.
|
# 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
|
# 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.
|
||||||
@ -250,3 +250,5 @@ module Jekyll
|
|||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Liquid::Template.register_filter(Jekyll::CategoryFilter)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user