diff --git a/config.rb b/config.rb index cef872c..dbe8b7a 100644 --- a/config.rb +++ b/config.rb @@ -80,7 +80,7 @@ ready do blog.tags.each do |tag, articles| proxy "/tag/#{tag.downcase.parameterize}/feed.xml", '/feed.xml', layout: false do @tagname = tag - @articles = articles[0..5] + @articles = articles end end