We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d21c12 commit c8e0b21Copy full SHA for c8e0b21
_plugins/search-indexer.rb
@@ -100,7 +100,7 @@ def self.add(page)
100
# Appropriately assign types based on collection
101
case page.collection&.label
102
when 'posts'
103
- type = 'News'
+ type = 'Blogs'
104
when 'authors'
105
type = 'Authors'
106
when 'events'
@@ -168,4 +168,4 @@ def self.save
168
# Before any Document or Page is processed, initialize the ContentIndexer
169
Jekyll::Hooks.register :site, :pre_render, priority:Jekyll::ContentIndexer.priority do |site|
170
Jekyll::ContentIndexer.init(site)
171
-end
+end
0 commit comments