We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eba345a commit 4826b55Copy full SHA for 4826b55
lib/jekyll-feed/generator.rb
@@ -89,7 +89,7 @@ def generate_tag_feed(tags_pool, tags_path)
89
path = "#{tags_path}#{tag_slug}.xml"
90
next if file_exists?(path)
91
92
- @site.pages << make_page(path, :tags => tag)
+ @site.pages << make_page(path, :collection => "tag", :tags => tag)
93
end
94
95
0 commit comments