Skip to content

Conversation

paulshen
Copy link
Contributor

@paulshen paulshen commented Jun 3, 2013

uses feed.xml from https://github.com/snaptortoise/jekyll-rss-feeds
(slightly modified for site.url + site.baseurl)

uses `feed.xml` from https://github.com/snaptortoise/jekyll-rss-feeds
(slightly modified for `site.url` + `site.baseurl`)
<item>
<title>{{ post.title }}</title>
<description>{{ post.content | xml_escape }}</description>
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have {{ post.date | date_to_xmlschema }} in my site - I think jekyll ships that formatter for us.

zpao added a commit that referenced this pull request Jun 3, 2013
[docs] Add RSS feed.xml for blog posts
@zpao zpao merged commit 4081678 into facebook:master Jun 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants