35 lines
1,003 B
XML
35 lines
1,003 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<feed xmlns:atom="http://www.w3.org/2005/Atom">
|
|
<title>Pagwin's Blog</title>
|
|
<link>https://pagwin.xyz/</link>
|
|
<updated>{{now}}</updated>
|
|
<description>All of pagwin's blog posts</description>
|
|
<generator uri="https://git.pagwin.xyz/Pagwin/psb">PSB</generator>
|
|
<language>en-us</language>
|
|
<link href="https://pagwin.xyz/index.xml" rel="self" type="application/rss+xml"/>
|
|
<author>
|
|
<name>Pagwin</name>
|
|
<email>rss-contact@pagwin.xyz</email>
|
|
</author>
|
|
{{#posts}}
|
|
<entry>
|
|
<title>{{title}}</title>
|
|
<link href="{{link}}"/>
|
|
<updated>{{iso_date}}</updated>
|
|
<summary>{{description}}</summary>
|
|
<id>{{id}}</id>
|
|
{{iso_date}}
|
|
</entry>
|
|
{{/posts}}
|
|
<!--
|
|
-->
|
|
<!--
|
|
<item>
|
|
<title></title>
|
|
<link><>
|
|
<pubDate></pubDate>
|
|
<guid></guid>
|
|
<description></description>
|
|
</item>
|
|
-->
|
|
</rss>
|