-
Notifications
You must be signed in to change notification settings - Fork 0
/
atom.xml
25 lines (20 loc) · 811 Bytes
/
atom.xml
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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title><![CDATA[Dustin's Blog]]></title>
<link href="http://dtrodrigues.github.com/atom.xml" rel="self"/>
<link href="http://dtrodrigues.github.com/"/>
<updated>2013-01-01T20:54:41-05:00</updated>
<id>http://dtrodrigues.github.com/</id>
<author>
<name><![CDATA[Dustin Rodrigues]]></name>
</author>
<generator uri="http://octopress.org/">Octopress</generator>
<entry>
<title type="html"><![CDATA[Hello World]]></title>
<link href="http://dtrodrigues.github.com/blog/2013/01/01/new-post/"/>
<updated>2013-01-01T20:52:00-05:00</updated>
<id>http://dtrodrigues.github.com/blog/2013/01/01/new-post</id>
<content type="html"><![CDATA[<p>Test.</p>
]]></content>
</entry>
</feed>