Fix site payload available to files

This commit is contained in:
Chad Ingram
2009-01-23 04:48:43 -08:00
parent 4b2fa43642
commit d9b183f998
4 changed files with 36 additions and 17 deletions

View File

@@ -0,0 +1,6 @@
---
layout: default
title: Categories
---
Categories _should_ work

View File

@@ -0,0 +1,6 @@
---
layout: default
title: Categories
---
Categories _should_ work. Even if ordered after index.

View File

@@ -11,6 +11,7 @@ class TestGeneratedSite < Test::Unit::TestCase
def test_site_posts_in_index
# confirm that {{ site.posts }} is working
puts @s.posts.size
assert @index.include?("#{@s.posts.size} Posts")
end