From 6044ea5575f3586e1f14d3d9a36a985be5f7a6fb Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 30 Jun 2021 08:00:00 +0100 Subject: [PATCH] Rename avatar image file --- app/config/sculpin_site.yml | 2 +- source/_pages/index.md | 2 +- source/_partials/about-author.html.twig | 2 +- .../images/{me-precedent.jpg => social-avatar.jpg} | Bin 4 files changed, 3 insertions(+), 3 deletions(-) rename source/sites/default/files/images/{me-precedent.jpg => social-avatar.jpg} (100%) diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index bee3a5195..c2563a550 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -3,7 +3,7 @@ description: Lead Software Developer. Freelancer. Drupal and PHP specialist. locale: en-GB avatar: - url: '/sites/default/files/images/me-precedent.jpg' + url: '/sites/default/files/images/social-avatar.jpg' drupalorg: name: opdavies diff --git a/source/_pages/index.md b/source/_pages/index.md index 194d658dd..ed70c4111 100644 --- a/source/_pages/index.md +++ b/source/_pages/index.md @@ -5,7 +5,7 @@ is_front: true ---
-
Picture of Oliver
+
Picture of Oliver
Hi, I'm Oliver Davies (aka opdavies). I’m a Lead Software Developer at Transport for Wales and a part-time freelance Web Developer and System Administrator, based in Wales, UK. diff --git a/source/_partials/about-author.html.twig b/source/_partials/about-author.html.twig index 8e7261e31..29728108f 100644 --- a/source/_partials/about-author.html.twig +++ b/source/_partials/about-author.html.twig @@ -3,7 +3,7 @@
- Picture of Oliver + Picture of Oliver
diff --git a/source/sites/default/files/images/me-precedent.jpg b/source/sites/default/files/images/social-avatar.jpg similarity index 100% rename from source/sites/default/files/images/me-precedent.jpg rename to source/sites/default/files/images/social-avatar.jpg