17 lines
726 B
XML
17 lines
726 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||
|
<channel>
|
||
|
<title>Pensamientos de Sofía</title>
|
||
|
<link>https://sofiaritz.com/</link>
|
||
|
<description>Pensamientos e ideas que salen de mi cabeza</description>
|
||
|
<atom:link href="https://sofiaritz.com/blog/feed.xml" rel="self" type="application/rss+xml" />
|
||
|
<item>
|
||
|
<title>Primer post</title>
|
||
|
<link>https://sofiaritz.com/blog</link>
|
||
|
<guid>https://sofiaritz.com/blog#first-post</guid>
|
||
|
<pubDate>Sun, 01 Jan 2023 21:54:25 GMT</pubDate>
|
||
|
<description>Este es el primer post del blog!</description>
|
||
|
</item>
|
||
|
</channel>
|
||
|
</rss>
|