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 }}