Sha256: 3dc344c6e958bdb506607d363cd71559ee7f3f74888a036d07a2eb26e893e2df

Contents?: true

Size: 730 Bytes

Versions: 6

Compression:

Stored size: 730 Bytes

Contents

---
ignore: nil
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
 
 <title>Zzot!</title>
 <link href="http://zzot.github.com/raw-feeds/atom-full.xml" rel="self"/>
 <link href="http://zzot.github.com/"/>
 <updated><%= site.time.xmlschema %></updated>
 <id>http://zzot.github.com/</id>
 <author>
   <name>Josh Dady</name>
   <!-- <email>josh@example.com</email> -->
 </author>

<% for post in site.posts -%>
 <entry>
   <title><%=h  post.title %></title>
   <link href="http://zzot.github.com<%= post.uri %>"/>
   <updated><%= post.updated.xmlschema %></updated>
   <id>http://zzot.github.com<%= post.id %></id>
   <content type="html"><%= post.content %></content>
 </entry>
<% end -%>
</feed>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
zzot-semi-static-0.0.2 test/source/pages/feed.xml.erb
zzot-semi-static-0.0.3 test/source/pages/feed.xml.erb
zzot-semi-static-0.0.4 test/source/pages/feed.xml.erb
zzot-semi-static-0.0.5 test/source/pages/feed.xml.erb
zzot-semi-static-0.0.6 test/source/pages/feed.xml.erb
zzot-zzot-semi-static-0.0.1 test/source/pages/feed.xml.erb