diff --git a/site/_includes/top.html b/site/_includes/top.html index 3b5c630b..9a0d5a8f 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 new file mode 100644 index 00000000..bd49bd69 --- /dev/null +++ b/site/feed.xml @@ -0,0 +1,36 @@ +--- +layout: none +permalink: /feed.xml +--- + + + + + 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" }} + en-US + Transform your plain text into static websites and blogs. + {% for post in site.posts %} + + {{ post.title }} + 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 }} + + + {% endfor %} + +