This repository was archived by the owner on Mar 6, 2023. It is now read-only.
forked from LukeSmithxyz/lb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrss.xml
More file actions
39 lines (32 loc) · 1.52 KB
/
rss.xml
File metadata and controls
39 lines (32 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<!-- <?xml-stylesheet type="text/css" href="rss.css" ?> -->
<!-- <?xml-stylesheet href="rss.xsl" type="text/xsl" media="screen"?> -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>The latest from @rnsavinelli</title>
<description>Updates from R. Nicolás Savinelli. Throw this URL in your RSS feed reader for instant updates.</description>
<language>en-us</language>
<link>https://savinelli.com.ar/rss.xml</link>
<atom:link href="https://savinelli.com.ar/rss.xml" rel="self" type="application/rss+xml" />
<!-- LB -->
<item>
<title>This is what having two posts look like</title>
<guid>https://savinelli.com.ar/index.html#this-is-what-having-two-posts-look-like</guid>
<link>https://savinelli.com.ar/blog/this-is-what-having-two-posts-look-like.html</link>
<pubDate>Tue, 25 Jan 2022 11:22:21 -0300</pubDate>
<description><![CDATA[
<p>Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse id sem consectetuer libero luctus adipiscing.</p>
]]></description>
</item>
<item>
<title>This is what a post looks like</title>
<guid>https://savinelli.com.ar/index.html#this-is-what-a-post-looks-like</guid>
<link>https://savinelli.com.ar/blog/this-is-what-a-post-looks-like.html</link>
<pubDate>Tue, 25 Jan 2022 11:21:43 -0300</pubDate>
<description><![CDATA[
<p>This is autogenerated by the blog. As you can see, an equivalent RSS feed entry and standalone blog post is generated after you finalize the post.</p>
]]></description>
</item>
<!-- ## -->
</channel>
</rss>