From 02b3672ab13a3a3c6d07e521f2b19ae3a23eb7bb Mon Sep 17 00:00:00 2001 From: Chris Hartjes Date: Sun, 8 Jul 2012 21:53:21 -0400 Subject: [PATCH] Added in brief summary of testing information --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 9ca5126..486cfa8 100644 --- a/index.html +++ b/index.html @@ -32,5 +32,8 @@ layout: default {% capture frameworks_content %}{% include popular-frameworks.md %}{% endcapture %} {{ frameworks_content|markdownify }} +{% capture testing_content %}{% include testing.md %}{% endcapture %} +{{ testing_content|markdownify }} + {% capture links_content %}{% include links-and-resources.md %}{% endcapture %} {{ links_content|markdownify }}