From 0689de3049f6463d312ff256d293843b078402f3 Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Fri, 6 Jan 2012 15:07:27 +0000 Subject: HTML files named as index.html --- _site_build/rss/index.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 _site_build/rss/index.html (limited to '_site_build/rss/index.html') diff --git a/_site_build/rss/index.html b/_site_build/rss/index.html new file mode 100644 index 0000000..e5ef11f --- /dev/null +++ b/_site_build/rss/index.html @@ -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