Sha256: 8239e48c6063f344205553e2826978835d1ea2d8bc9f73b263b81fcae1ed63b0
Contents?: true
Size: 629 Bytes
Versions: 12
Compression:
Stored size: 629 Bytes
Contents
--- layout: nil --- <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> <title>BLOG_NAME</title> <link href="YOUR_URL/atom.xml" rel="self"/> <link href="YOUR_URL"/> <updated>{{ site.time | date_to_xmlschema }}</updated> <id>BLOG_URL</id> <author> <name>BLOG_NAME</name> </author> {% for post in site.posts %} <entry> <title>{{ post.title }}</title> <link href="YOUR_URL{{ post.url }}"/> <updated>{{ post.date | date_to_xmlschema }}</updated> <id>BLOG_URL{{ post.id }}</id> <content type="html">{{ post.content | xml_escape }}</content> </entry> {% endfor %} </feed>
Version data entries
12 entries across 12 versions & 1 rubygems