From e88d941bc9bc146e78ba873dc4bed1764a99230a Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 6 Nov 2013 20:41:28 -0800 Subject: [PATCH] Update title for better SEO --- docs.php | 2 +- download.php | 2 +- includes/_header.php | 3 ++- inliner.php | 2 +- process.php | 2 +- templates.php | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs.php b/docs.php index 07b88a5f..f0ddf3dd 100644 --- a/docs.php +++ b/docs.php @@ -9,7 +9,7 @@ } ?> - +
diff --git a/download.php b/download.php index 9e8e0408..fb7eba18 100644 --- a/download.php +++ b/download.php @@ -1,6 +1,6 @@ - +
diff --git a/includes/_header.php b/includes/_header.php index 67a128e4..fc774cd7 100644 --- a/includes/_header.php +++ b/includes/_header.php @@ -10,7 +10,8 @@ echo ""; } ?> - Ink + <?php if (isset($title)) {echo $title;} + else {echo "Ink: A Responsive Email Framework from ZURB";} ?> diff --git a/inliner.php b/inliner.php index 27cb1f52..86595d25 100644 --- a/inliner.php +++ b/inliner.php @@ -1,5 +1,5 @@ - +
diff --git a/process.php b/process.php index 67f69021..bf73af89 100644 --- a/process.php +++ b/process.php @@ -1,5 +1,5 @@ - +
diff --git a/templates.php b/templates.php index 4ba9760f..744a8f58 100644 --- a/templates.php +++ b/templates.php @@ -1,5 +1,5 @@ - +
-- 2.47.3