-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathatom.xml
More file actions
26 lines (21 loc) · 836 Bytes
/
atom.xml
File metadata and controls
26 lines (21 loc) · 836 Bytes
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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title><![CDATA[My Octopress Blog]]></title>
<link href="http://billbash.github.io/atom.xml" rel="self"/>
<link href="http://billbash.github.io/"/>
<updated>2013-06-28T14:48:43-04:00</updated>
<id>http://billbash.github.io/</id>
<author>
<name><![CDATA[Your Name]]></name>
</author>
<generator uri="http://octopress.org/">Octopress</generator>
<entry>
<title type="html"><![CDATA[hello-world]]></title>
<link href="http://billbash.github.io/blog/2013/06/28/hello-world/"/>
<updated>2013-06-28T13:59:00-04:00</updated>
<id>http://billbash.github.io/blog/2013/06/28/hello-world</id>
<content type="html"><![CDATA[<p>Hey this is some content?
I edited the content.</p>
]]></content>
</entry>
</feed>