Skip to content

Commit c8e0b21

Browse files
committed
Update blog label category
Signed-off-by: Zelin Hao <[email protected]>
1 parent 9d21c12 commit c8e0b21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_plugins/search-indexer.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def self.add(page)
100100
# Appropriately assign types based on collection
101101
case page.collection&.label
102102
when 'posts'
103-
type = 'News'
103+
type = 'Blogs'
104104
when 'authors'
105105
type = 'Authors'
106106
when 'events'
@@ -168,4 +168,4 @@ def self.save
168168
# Before any Document or Page is processed, initialize the ContentIndexer
169169
Jekyll::Hooks.register :site, :pre_render, priority:Jekyll::ContentIndexer.priority do |site|
170170
Jekyll::ContentIndexer.init(site)
171-
end
171+
end

0 commit comments

Comments
 (0)