summaryrefslogtreecommitdiff
path: root/_site_build/feed
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2019-03-25 21:05:35 +0000
committerDavid T. Sadler <davidtsadler@googlemail.com>2019-03-25 21:05:35 +0000
commite1f06b311652786b2a3c9dd5981bbe9b51383d1a (patch)
tree6a584596d2d402f6eeb1e4bc14374a76fb8e1dec /_site_build/feed
parent4972068ab2e97a017e28f4e7b91858f9fcaeceb6 (diff)
Begining of rebuild.
Diffstat (limited to '_site_build/feed')
-rw-r--r--_site_build/feed/index.html39
1 files changed, 0 insertions, 39 deletions
diff --git a/_site_build/feed/index.html b/_site_build/feed/index.html
deleted file mode 100644
index 6ee5a54..0000000
--- a/_site_build/feed/index.html
+++ /dev/null
@@ -1,39 +0,0 @@
----
-layout: nil
----
-<?xml version="1.0" encoding="UTF-8"?>
-<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
- <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>
- {% else %}
- <dc:creator>{{ site.author }}</dc:creator>
- {% 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>
- {% else %}
- <dc:creator>{{ site.author }}</dc:creator>
- {% endif %}
- <description>{{ post.content | truncate | xml_escape }}</description>
- {% for category in post.categories %}
- <category>{{ category }}</category>
- {% endfor %}
- </item>
- {% endfor %}
- </channel>
-</rss>