Changing Introduction to Welcome

This commit is contained in:
Kris Jordan
2012-07-09 12:44:49 -04:00
parent 5fea2fe320
commit 5e5bb1990e
3 changed files with 5 additions and 5 deletions

View File

@@ -2,8 +2,8 @@
layout: default
---
{% capture introduction_content %}{% include introduction.md %}{% endcapture %}
{{ introduction_content|markdownify }}
{% capture welcome_content %}{% include welcome.md %}{% endcapture %}
{{ welcome_content|markdownify }}
{% capture codestyleguide_content %}{% include code-style-guide.md %}{% endcapture %}
{{ codestyleguide_content|markdownify }}