<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -52,11 +52,11 @@ module Shinmun
     end
 
     def pages      
-      store.tree('pages').values
+      store.tree('pages').values.select { |v| Post === v }
     end
 
     def posts
-      store.tree('posts').values.sort_by { |post| post.date.to_s }.reverse
+      store.tree('posts').values.select { |v| Post === v }.sort_by { |p| p.date.to_s }.reverse
     end
 
     def call(env)</diff>
      <filename>lib/shinmun/blog.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7a9b5fe94dbeb0412d810300964b12c4324c0c36</id>
    </parent>
  </parents>
  <author>
    <name>Matthias Georgi</name>
    <email>matti.georgi@gmail.com</email>
  </author>
  <url>http://github.com/georgi/shinmun/commit/caa04c5e670fd0bfe24fbbbe2dd84fe389836772</url>
  <id>caa04c5e670fd0bfe24fbbbe2dd84fe389836772</id>
  <committed-date>2009-05-06T10:59:46-07:00</committed-date>
  <authored-date>2009-05-06T10:59:46-07:00</authored-date>
  <message>filter out non posts</message>
  <tree>756f690006f4d51f092b9cd9292a38273ce519dd</tree>
  <committer>
    <name>Matthias Georgi</name>
    <email>matti.georgi@gmail.com</email>
  </committer>
</commit>
