annotate src/capnproto-0.6.0/doc/feed.xml @ 169:223a55898ab9 tip default

Add null config files
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 02 Mar 2020 14:03:47 +0000
parents 45360b968bf4
children
rev   line source
cannam@147 1 ---
cannam@147 2 layout: none
cannam@147 3 ---
cannam@147 4
cannam@147 5 <?xml version="1.0" encoding="UTF-8"?>
cannam@147 6 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
cannam@147 7 <channel>
cannam@147 8 <title>Cap'n Proto News</title>
cannam@147 9 <description>Latest updates on Cap'n Proto</description>
cannam@147 10 <link>https://capnproto.org</link>
cannam@147 11 <atom:link href="{{ site.baseurl }}feed.xml" rel="self" type="application/rss+xml" />
cannam@147 12 {% for post in site.posts limit:10 %}
cannam@147 13 <item>
cannam@147 14 <title>{{ post.title | xml_escape }}</title>
cannam@147 15 <description>{{ post.content | xml_escape }}</description>
cannam@147 16 <pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
cannam@147 17 <link>{{ site.baseurl }}{{ post.url }}</link>
cannam@147 18 <guid isPermaLink="true">{{ site.baseurl }}{{ post.url }}</guid>
cannam@147 19 </item>
cannam@147 20 {% endfor %}
cannam@147 21 </channel>
cannam@147 22 </rss>