From d65fe60b18d2c1554e1a20056cb823d0d8c4410c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 16 Feb 2022 20:02:15 +0000 Subject: [PATCH] fix: avatar path --- source/_includes/about-author.html.twig | 2 +- source/_includes/meta.html.twig | 2 +- source/_pages/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_includes/about-author.html.twig b/source/_includes/about-author.html.twig index f80e7e40..cdcc1b98 100644 --- a/source/_includes/about-author.html.twig +++ b/source/_includes/about-author.html.twig @@ -3,7 +3,7 @@
- Picture of Oliver + Picture of Oliver
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 %}
-
Picture of Oliver
+
Picture of Oliver
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.