Sofía Aritz
1739b7337d
- Improved weblog to allow longer posts! - Renamed `blog` to `weblog` - Improved some wording - Change title on each page - Renamed `feed.xml` to `feed.rss`
16 lines
728 B
XML
16 lines
728 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 weblog!</description>
|
|
</item>
|
|
</channel>
|
|
</rss>
|