parent
a358896c03
commit
cf4c84df5f
4 changed files with 47 additions and 1 deletions
@ -0,0 +1,14 @@ |
||||
<item> |
||||
<title>{{title}}</title> |
||||
<link>https://raymon.dev/posts/{{id}}.html</link> |
||||
<guid>https://raymon.dev/posts/{{id}}.html</guid> |
||||
<description> |
||||
<![CDATA[ |
||||
{{content}} |
||||
]]> |
||||
</description> |
||||
<content type="html"> |
||||
{{content}} |
||||
</content> |
||||
<pubDate>{{date}}</pubDate> |
||||
</item> |
@ -0,0 +1,12 @@ |
||||
<?xml version="1.0" encoding="UTF-8" ?> |
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> |
||||
<channel> |
||||
<atom:link href="https://raymon.dev/api/posts/rss.xml" rel="self" type="application/rss+xml" /> |
||||
<title>Posts</title> |
||||
<link>https://raymon.dev</link> |
||||
<description>Personal blog</description> |
||||
<language>en-us</language> |
||||
|
||||
{{items}} |
||||
</channel> |
||||
</rss> |
Loading…
Reference in new issue