diff --git a/src/_includes/author.liquid b/src/_includes/author.liquid
index c4c1dbf3..7f336eb3 100644
--- a/src/_includes/author.liquid
+++ b/src/_includes/author.liquid
@@ -1,6 +1,8 @@
-

+
+

+
{{ site.name }}
I'm a software developer in Camarillo, California. I enjoy hanging out with my beautiful family and 4 rescue dogs, technology, automation, music, writing, reading and tv and movies.
diff --git a/src/_includes/now.liquid b/src/_includes/now.liquid
index e572cab7..2fb6441a 100644
--- a/src/_includes/now.liquid
+++ b/src/_includes/now.liquid
@@ -53,6 +53,7 @@ layout: main
width="350"
height="350"
class="rounded-lg" alt={{artist.name}}
+ loading="lazy"
/>
@@ -85,6 +86,7 @@ layout: main
height="350"
class="rounded-lg"
alt={{album.name}}
+ loading="lazy"
/>
diff --git a/src/_includes/webmentions.liquid b/src/_includes/webmentions.liquid
index b517069a..4930efd5 100644
--- a/src/_includes/webmentions.liquid
+++ b/src/_includes/webmentions.liquid
@@ -12,6 +12,7 @@
src={{mention.author.photo}}
alt={{mention.author.name}}
class="h-14 w-14 rounded-full border-4 border-white dark:border-gray-900 transition-all hover:border-primary-500 dark:hover:border-primary-300"
+ loading="lazy"
/>
@@ -30,6 +31,7 @@
src={{mention.author.photo}}
alt={{mention.author.name}}
class="h-14 w-14 rounded-full border-4 border-white dark:border-gray-900 transition-all hover:border-primary-500 dark:hover:border-primary-300"
+ loading="lazy"
/>
@@ -47,6 +49,7 @@
src={{mention.author.photo}}
alt={{mention.author.name}}
class="h-14 w-14 rounded-full border-4 border-white dark:border-gray-900 transition-all group-hover:border-primary-500 dark:group-hover:border-primary-300"
+ loading="lazy"
/>