mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +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.
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user