diff --git a/site/_includes/top.html b/site/_includes/top.html
index fc016b47..a0312582 100644
--- a/site/_includes/top.html
+++ b/site/_includes/top.html
@@ -4,6 +4,7 @@
{{ page.title }}
+
diff --git a/site/feed.xml b/site/feed.xml
index 61b0f35c..1a683be1 100644
--- a/site/feed.xml
+++ b/site/feed.xml
@@ -11,25 +11,38 @@ permalink: /feed.xml
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
>
-
+
Jekyll • Simple, blog-aware, static sites
-
- http://jekyllrb.com
- {{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }}
- {{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }}
+
+ http://jekyllrb.com/
+ {{ site.time | date_to_rfc822 }}
+ {{ site.time | date_to_rfc822 }}
en-US
+ Jekyll v{{ jekyll.version }}
Transform your plain text into static websites and blogs.
+
+ Transform your plain text into static websites and blogs.
+ http://jekyllrb.com/img/logo-rss.png
+ Jekyll • Simple, blog-aware, static sites
+ http://jekyllrb.com/
+ 144
+ 73
+
{% for post in site.posts %}
-
- {{ post.title | xml_escape}}
- http://jekyllrb.com{{ post.url }}
- {{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}
- {{ post.author }}
- {% for tag in post.tags %}{{ tag | xml_escape }}
- {% endfor %}{% for cat in post.categories %}{{ cat | xml_escape }}
- {% endfor %}{{ post.id }}
-
+ {{ post.title | xml_escape}}
+ http://jekyllrb.com{{ post.url }}
+ {{ post.date | date_to_rfc822 }}
+ {{ post.author }}
+ {% for tag in post.tags %}
+ {{ tag | xml_escape }}
+ {% endfor %}
+ {% for cat in post.categories %}
+ {{ cat | xml_escape }}
+ {% endfor %}
+ http://jekyllrb.com{{ post.url }}
+ {{ post.content | xml_escape }}
{% endfor %}
-
+
diff --git a/site/img/logo-rss.png b/site/img/logo-rss.png
new file mode 100644
index 00000000..8a38383b
Binary files /dev/null and b/site/img/logo-rss.png differ