1
0
mirror of https://github.com/meineerde/holgerjust.de.git synced 2025-10-17 17:01:01 +00:00

Render full feeds for tags too

This commit is contained in:
Holger Just 2015-12-05 23:10:17 +01:00
parent 5cd75a4f5b
commit 55613f253a

View File

@ -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