From 9945e975088faa616c7b3dae5127551a64b78826 Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Fri, 9 Sep 2016 15:14:55 -0600 Subject: [PATCH] Override HTML title on certain pages Per the spreadsheet from ROI, the SEO firm. --- _data/fields.yml | 3 +++ disclaimer.md | 1 + index.html | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/_data/fields.yml b/_data/fields.yml index 73cc3bf4378..dda7f0227ac 100644 --- a/_data/fields.yml +++ b/_data/fields.yml @@ -11,3 +11,6 @@ next: nav: type: String + +seo_title: + type: String diff --git a/disclaimer.md b/disclaimer.md index be287478111..aa6bebe4190 100644 --- a/disclaimer.md +++ b/disclaimer.md @@ -1,4 +1,5 @@ --- +seo_title: Legal Disclaimer—Open Source Handbook title: Legal Disclaimer --- diff --git a/index.html b/index.html index a366df3ffaf..91043e7acb0 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,6 @@ --- -title: Welcome +seo_title: Open Source Handbook—from GitHub +title: Welcome to the Open Source Handbook! layout: landing contents: ---