Skip to content

Commit e3d9f78

Browse files
committed
Mark tag-specific feeds as "tag" collection
1 parent 209a4cc commit e3d9f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jekyll-feed/generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def generate_tag_feed(tags_pool, tags_path)
9090
path = "#{tags_path}#{tag_slug}.xml"
9191
next if file_exists?(path)
9292

93-
@site.pages << make_page(path, :tags => tag)
93+
@site.pages << make_page(path, :collection => "tag", :tags => tag)
9494
end
9595
end
9696

0 commit comments

Comments
 (0)