From c8f60a4f4c8fab99eda2c3c8df3f655e3ba072f1 Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Sun, 1 Jan 2012 21:16:29 +0000 Subject: Add RSS feed. --- _site_build/_includes/footer.html | 2 +- _site_build/_includes/head.html | 2 ++ _site_build/rss.xml | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 _site_build/rss.xml (limited to '_site_build') diff --git a/_site_build/_includes/footer.html b/_site_build/_includes/footer.html index 70bd3c5..b165e1d 100644 --- a/_site_build/_includes/footer.html +++ b/_site_build/_includes/footer.html @@ -1,5 +1,5 @@ diff --git a/_site_build/_includes/head.html b/_site_build/_includes/head.html index 54d16d0..d83eb39 100644 --- a/_site_build/_includes/head.html +++ b/_site_build/_includes/head.html @@ -1,5 +1,7 @@ {{ page.title }} - {{ site.title }} + + diff --git a/_site_build/rss.xml b/_site_build/rss.xml new file mode 100644 index 0000000..e5ef11f --- /dev/null +++ b/_site_build/rss.xml @@ -0,0 +1,32 @@ +--- +layout: nil +--- + + + + {{ site.title }} + {{ site.url }} + + {{ site.description }} + Copyright {{ site.copyright_year }} by {{ site.author }}. All Rights Reserved. + {% if site.email %} + {{ site.email }} ({{ site.author }}) + {{ site.email }} ({{ site.author }}) + {% endif %} + {{ site.time | date: "%a, %d %b %Y %H:%M:%S %z"}} + {{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }} + 1440 + {% for post in site.posts limit:site.max_recent_posts %} + + {{ post.title }} + {{ site.url }}{{ post.url }} + {{ site.url}}{{ post.url}} + {{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }} + {% if site.email %} + {{ site.email }} ({{ site.author }}) + {% endif %} + {{ post.content | text_excerpt | xml_escape }} + + {% endfor %} + + -- cgit v1.2.3-13-gbd6f