doctype xml
rss(version='2.0', xmlns:atom='http://www.w3.org/2005/Atom')
channel
title DevSmash
link http://devsmash.com
atom:link(href='http://devsmash.com/feed/rss', rel='self', type='application/rss+xml')
description Developers talking about stuff that developers like to talk about.
language en-US
if posts.length
lastBuildDate= new Date(posts[0].publishedAt).toUTCString()
each post in posts
item
title= post.title
link http://devsmash.com/blog/#{post.slug}
description
| http://devsmash.com/blog/#{post.slug}')!= 'Read more »'
| ]]>
pubDate= new Date(post.publishedAt).toUTCString()
guid(isPermaLink='false')