Skip to content

Commit f4ae799

Browse files
committed
Mark tag-specific feeds as "tag" collection
1 parent 8753cbd commit f4ae799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jekyll-feed/generator.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def generate_tag_feed(tags_pool, tags_path)
9494
path = "#{tags_path}#{tag_slug}.xml"
9595
next if file_exists?(path)
9696

97-
@site.pages << make_page(path, :tags => tag)
97+
@site.pages << make_page(path, :collection => "tag", :tags => tag)
9898
end
9999
end
100100

0 commit comments

Comments
 (0)