diff --git a/source/_includes/meta.html.twig b/source/_includes/meta.html.twig
index 8e7c0048..5af79853 100644
--- a/source/_includes/meta.html.twig
+++ b/source/_includes/meta.html.twig
@@ -22,7 +22,7 @@
{% set metaImage = [
site.url,
'/',
- page.meta.image ?? site.avatar.url,
+ page.meta.image ?? site.avatar.path,
]|join %}
{{ pageTitle }}
diff --git a/source/_pages/index.md b/source/_pages/index.md
index 8c134003..3ae6938c 100644
--- a/source/_pages/index.md
+++ b/source/_pages/index.md
@@ -12,7 +12,7 @@ meta:
{% set yearsOfExperience = thisYear - site.experience.start_year %}
-
+
Hi, I’m Oliver. I’m a {{ site.work.role }} for
{{ site.work.company.name }} and a Full Stack Software Consultant based in South Wales in the UK.
I work with organisations, agencies, and freelance Developers to deliver high-quality websites and web applications, utilising tools and workflows such as continuous integration and deployment, automated testing, and static analysis.