atom-header.xml (390B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <feed xmlns="http://www.w3.org/2005/Atom"> 3 <title>{{title}}</title> 4 <subtitle>{{description}}</subtitle> 5 <link href="{{siteurl}}{{baseurl}}"/> 6 <link href="{{siteurl}}{{baseurl}}{{feed}}" rel="self" type="application/atom+xml"/> 7 <id>{{siteurl}}{{baseurl}}</id> 8 <updated>{{feed_updated}}</updated> 9 <author><name>{{author}}</name></author>