aboutsummaryrefslogtreecommitdiffhomepage
path: root/_includes/feed.xml
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-02 14:28:49 -0400
committerBradley Taunt <bt@btxx.org>2024-07-02 14:28:49 -0400
commitdc6db80fa72286704849ef61ee0e5ccb5841cb09 (patch)
tree9235d796229d49211c27a07b9d18585d503baa94 /_includes/feed.xml
parent088c87bcb58be576308da503d4f11a68843c5013 (diff)
Conversion to barf for testing purposes
Diffstat (limited to '_includes/feed.xml')
-rw-r--r--_includes/feed.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/_includes/feed.xml b/_includes/feed.xml
deleted file mode 100644
index 310c90b..0000000
--- a/_includes/feed.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<rss version="2.0"
- xmlns:content="http://purl.org/rss/1.0/modules/content/"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:media="http://search.yahoo.com/mrss/"
- xmlns:atom="http://www.w3.org/2005/Atom">
- <channel>
- <title>{{ site.title | xml_escape }}</title>
- <link>{{ site.url }}{{ site.baseurl }}</link>
- <description>{{ site.description | xml_escape }}</description>
- <atom:link href="{{ site.url }}{{ site.baseurl }}/feed.xml" rel="self" type="application/rss+xml"/>
-
- {% for post in site.posts limit:10 %}
- <item>
- <title>{{ post.title | xml_escape }}</title>
- <link>{{ site.url }}{{ post.url }}</link>
- <guid isPermaLink="false">{{ site.url }}{{ post.url }}</guid>
- <pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
- <description><![CDATA[{{ post.content | xml_escape }}]]></description>
- </item>
- {% endfor %}
- </channel>
-</rss> \ No newline at end of file