Sha256: 7f4893d5c2da8f8dd67a161ba18d3f9156b55278ab730b7c59db756f791de716
Contents?: true
Size: 754 Bytes
Versions: 3
Compression:
Stored size: 754 Bytes
Contents
--- layout: nil --- <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> <title>Larry Cai</title> <link href="http://larrycai.github.com/atom.xml" rel="self"/> <link href="http://larrycai.github.com"/> <updated>{{ site.time | date_to_xmlschema }}</updated> <id>larrycai.github.com</id> <author> <name>Larry Cai</name> <email>larry.caiyu@gmail.com</email> </author> {% for post in site.posts %} <entry> <title>{{ post.title }}</title> <link href="http://larrycai.github.com{{ post.url }}"/> <updated>{{ post.date | date_to_xmlschema }}</updated> <id>http://larrycai.github.com{{ post.id }}</id> <content type="html">{{ post.content | xml_escape }}</content> </entry> {% endfor %} </feed>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mkblog-0.0.3 | templates/atom.xml |
mkblog-0.0.2 | templates/atom.xml |
mkblog-0.0.1 | templates/atom.xml |