From 15b609d283201d87e49e0bc52710def4ccffd7ae Mon Sep 17 00:00:00 2001 From: svemagie <869694+svemagie@users.noreply.github.com> Date: Wed, 11 Mar 2026 10:53:07 +0100 Subject: [PATCH] fix: consolidate h-card u-url/u-uid onto name link, not avatar link Having two u-url elements caused duplicate URL warning on indiewebify.me. Move u-url u-uid to the p-name anchor (canonical identity link) and make the avatar link decorative only. Co-Authored-By: Claude Sonnet 4.6 --- _includes/components/sections/hero.njk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/components/sections/hero.njk b/_includes/components/sections/hero.njk index 4760b0c..2c1a64e 100644 --- a/_includes/components/sections/hero.njk +++ b/_includes/components/sections/hero.njk @@ -21,7 +21,7 @@
{# Avatar #} {% if heroConfig.showAvatar != false %} - +

{{ authorName }} + {{ authorName }}

{% if authorTitle %}