Various fixes in RSS feed generation
authorKartik Singhal <kartiksinghal@gmail.com>
Sun, 16 Nov 2014 14:41:07 +0000 (20:11 +0530)
committerspf13 <steve.francia@gmail.com>
Mon, 17 Nov 2014 23:55:40 +0000 (18:55 -0500)
commit596d67938668126d49cde7b00dc9f345f0f5032e
treee3204f112cf72f9eae8ea7abc293c8c08536d4e8
parenta07dd5650e68ac8166ce8838498672c34406cb20
Various fixes in RSS feed generation

- Prevent `.xml` generation for root section
- Remove redundant check for DisableRSS
- Fix permalinks for rel="alternate"
- Rename generated xml file to <type>/index.xml
- Add required description element in default template
- Make default RSS template validate on w3c (timezone format is still an issue)

Conflicts:
hugolib/site.go
hugolib/rss_test.go
hugolib/site.go
hugolib/template_embedded.go