diff --git a/src/about.md b/src/about.md
index ceef1d44..3a49ada0 100644
--- a/src/about.md
+++ b/src/about.md
@@ -19,7 +19,8 @@ meta:
---
- {% image './src/assets/img/avatar.webp', site.name, 'max-w-xs w-full h-auto', '600px', 'eager' %}
+ {% capture about_alt %}{{ site.name }} - image by David Neal / @reverentgeek{% endcapture %}
+ {% image './src/assets/img/avatar.webp', about_alt, 'max-w-xs w-full h-auto', '600px', 'eager' %}