From 715fc1d86fb855a57b61b123874d989b0915029a Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Tue, 10 Mar 2026 22:30:31 +0000 Subject: [PATCH] Adjust landing page content --- 404.html | 2 +- _config.yml | 4 ++-- _includes/landing_page.html | 2 +- index.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/404.html b/404.html index 759bd05..dbbab34 100644 --- a/404.html +++ b/404.html @@ -1,7 +1,7 @@ --- permalink: /404.html layout: none -title: Matthew Grove +title: Error 404 --- {% include landing_page.html %} diff --git a/_config.yml b/_config.yml index aa5fa8d..e691458 100644 --- a/_config.yml +++ b/_config.yml @@ -18,9 +18,9 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: Matthew Grove +title: Matthew description: >- # this means to ignore newlines until "baseurl:" - Consulting services, personal portfolio, and CV for Matthew Grove. + Matthew's landing page. baseurl: "" # the subpath of your site, e.g. /blog url: "https://mgrove.uk" # the base hostname & protocol for your site, e.g. http://example.com diff --git a/_includes/landing_page.html b/_includes/landing_page.html index af4ccf4..af80fed 100644 --- a/_includes/landing_page.html +++ b/_includes/landing_page.html @@ -27,7 +27,7 @@

{{ site.title }}

-
+

Consulting Services

diff --git a/index.html b/index.html index c77f76e..bfaf7ac 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ --- permalink: / layout: none -title: Matthew Grove +title: Home --- {% include landing_page.html %}