From 7f4cb4398cc205586c8c3cdd7780689ba04e2215 Mon Sep 17 00:00:00 2001 From: Harry Roberts Date: Thu, 28 Sep 2023 21:50:02 +0300 Subject: [PATCH] Variablise title tags --- _config.yml | 2 +- _includes/head.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 2833ee7e..c8354f3e 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ # Site settings title: CSS Wizardry email: csswizardry@gmail.com -description: "CSS Architecture, Web Performance Optimisation, and more, by Harry Roberts" +description: "– Harry Roberts – Web Performance Consultant" baseurl: "" url: "https://csswizardry.com" future: true diff --git a/_includes/head.html b/_includes/head.html index e61f1d2d..e5fd8a31 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -2,7 +2,7 @@ -{{ page.title }} – Harry Roberts – Web Performance Consultant +{{ page.title }} {{ site.description }} {% comment %}