diff options
| author | davidtsadler <davidtsadler@googlemail.com> | 2012-01-06 15:07:27 +0000 |
|---|---|---|
| committer | davidtsadler <davidtsadler@googlemail.com> | 2012-01-06 15:07:27 +0000 |
| commit | 0689de3049f6463d312ff256d293843b078402f3 (patch) | |
| tree | 0639f7ccb06d62c8577a4f09d00d1d832a678d3f /_site_build/rss.xml | |
| parent | d46501e18b795d9bf41f229298810bffa1d8e520 (diff) | |
HTML files named as index.html
Diffstat (limited to '_site_build/rss.xml')
| -rw-r--r-- | _site_build/rss.xml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/_site_build/rss.xml b/_site_build/rss.xml deleted file mode 100644 index e5ef11f..0000000 --- a/_site_build/rss.xml +++ /dev/null @@ -1,32 +0,0 @@ ---- -layout: nil ---- -<?xml version="1.0" encoding="UTF-8"?> -<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> - <channel> - <title>{{ site.title }}</title> - <link>{{ site.url }}</link> - <atom:link href="{{ site.url }}/rss.xml" rel="self" type="application/rss+xml" /> - <description>{{ site.description }}</description> - <copyright>Copyright {{ site.copyright_year }} by {{ site.author }}. All Rights Reserved.</copyright> - {% if site.email %} - <managingEditor>{{ site.email }} ({{ site.author }})</managingEditor> - <webMaster>{{ site.email }} ({{ site.author }})</webMaster> - {% endif %} - <pubDate>{{ site.time | date: "%a, %d %b %Y %H:%M:%S %z"}}</pubDate> - <lastBuildDate>{{ site.time | date: "%a, %d %b %Y %H:%M:%S %z" }}</lastBuildDate> - <ttl>1440</ttl> - {% for post in site.posts limit:site.max_recent_posts %} - <item> - <title>{{ post.title }}</title> - <link>{{ site.url }}{{ post.url }}</link> - <guid isPermaLink="true">{{ site.url}}{{ post.url}}</guid> - <pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate> - {% if site.email %} - <author>{{ site.email }} ({{ site.author }})</author> - {% endif %} - <description>{{ post.content | text_excerpt | xml_escape }}</description> - </item> - {% endfor %} - </channel> -</rss> |
