Merge pull request #1346 from Br3nda/bugfix-brokenurl-crop-rss

Fixed url in crop rss feed
This commit is contained in:
Daniel O'Connor
2017-05-29 09:44:04 +09:30
committed by GitHub

View File

@@ -7,5 +7,5 @@
%item
%title= crop.name
%pubdate= crop.created_at.to_s(:rfc822)
%link= post_url(crop)
%guid= post_url(crop)
%link= crop_url(crop)
%guid= crop_url(crop)