mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-25 22:41:32 +02:00
Changing Introduction to Welcome
This commit is contained in:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user