21 lines
703 B
XML
21 lines
703 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
|
<title>Pagwin's Blog</title>
|
|
<link href="https://pagwin.xyz/"/>
|
|
<updated>{{now}}</updated>
|
|
<generator uri="https://git.pagwin.xyz/Pagwin/psb">PSB</generator>
|
|
<id>https://pagwin.xyz/posts</id>
|
|
<link href="https://pagwin.xyz/index.xml" rel="self" type="application/rss+xml"/>
|
|
<author>
|
|
<name>Pagwin</name>
|
|
</author>
|
|
{{#posts}}
|
|
<entry>
|
|
<title>{{title}}</title>
|
|
<link href="{{link}}?utm_source=web_feed"/>
|
|
<updated>{{iso_date}}</updated>
|
|
<summary>{{summary}}</summary>
|
|
<id>{{id}}</id>
|
|
</entry>
|
|
{{/posts}}
|
|
</feed>
|