We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209a4cc commit e3d9f78Copy full SHA for e3d9f78
lib/jekyll-feed/generator.rb
@@ -90,7 +90,7 @@ def generate_tag_feed(tags_pool, tags_path)
90
path = "#{tags_path}#{tag_slug}.xml"
91
next if file_exists?(path)
92
93
- @site.pages << make_page(path, :tags => tag)
+ @site.pages << make_page(path, :collection => "tag", :tags => tag)
94
end
95
96
0 commit comments