diff --git a/test/source/index.html b/test/source/index.html index b3cc7556..493fce7c 100644 --- a/test/source/index.html +++ b/test/source/index.html @@ -5,8 +5,18 @@ title: Tom Preston-Werner h1. Welcome to my site +h2. Please read our {{ site.posts | size }} Posts +
This is cool
') + end +end diff --git a/test/test_site.rb b/test/test_site.rb index ccfd4117..bde6a008 100644 --- a/test/test_site.rb +++ b/test/test_site.rb @@ -27,4 +27,4 @@ class TestSite < Test::Unit::TestCase @s.process end -end \ No newline at end of file +end