From 5e5bb1990eeff698d9d29ad2d06ae9233cd56804 Mon Sep 17 00:00:00 2001 From: Kris Jordan Date: Mon, 9 Jul 2012 12:44:49 -0400 Subject: [PATCH] Changing Introduction to Welcome --- _includes/{introduction.md => welcome.md} | 2 +- _layouts/default.html | 4 ++-- index.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) rename _includes/{introduction.md => welcome.md} (98%) diff --git a/_includes/introduction.md b/_includes/welcome.md similarity index 98% rename from _includes/introduction.md rename to _includes/welcome.md index a27e417..4a21102 100644 --- a/_includes/introduction.md +++ b/_includes/welcome.md @@ -1,4 +1,4 @@ -# Introduction +# Welcome There's a lot of bad information on the Web (I'm looking at you, W3Schools) that leads new PHP users astray, propagating bad practices and bad code. This must stop. _PHP: The Right Way_ is an easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web. diff --git a/_layouts/default.html b/_layouts/default.html index 6b8d26f..d9db6c7 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -28,7 +28,7 @@
-