-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
41 lines (23 loc) · 843 Bytes
/
atom.xml
File metadata and controls
41 lines (23 loc) · 843 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>EZRPC</title>
<link href="/atom.xml" rel="self"/>
<link href="http://yoursite.com/"/>
<updated>2018-02-12T11:38:16.071Z</updated>
<id>http://yoursite.com/</id>
<author>
<name>John Doe</name>
</author>
<generator uri="http://hexo.io/">Hexo</generator>
<entry>
<title></title>
<link href="http://yoursite.com/2018/02/12/index/"/>
<id>http://yoursite.com/2018/02/12/index/</id>
<published>2018-02-12T11:32:11.953Z</published>
<updated>2018-02-12T11:38:16.071Z</updated>
<content type="html"><![CDATA[<p> helloworld</p>]]></content>
<summary type="html">
<p> helloworld</p>
</summary>
</entry>
</feed>