From 7f10547b5092eb19bfd0960f5cf1f060f939ab54 Mon Sep 17 00:00:00 2001
From: Vidminas <5411598+Vidminas@users.noreply.github.com>
Date: Thu, 9 Jul 2026 16:32:22 +0100
Subject: [PATCH] fix(footer): remove duplicated opening in CC license
icons
The Creative Commons icon link rendered two identical opening `` tags
followed by a single closing ``, producing invalid nested-anchor HTML.
Delete the duplicate opening tag.
Co-Authored-By: Claude Opus 4.8
---
modules/blox/layouts/_partials/site_footer_license.html | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/blox/layouts/_partials/site_footer_license.html b/modules/blox/layouts/_partials/site_footer_license.html
index 4e7c4c5b5..875ca9b2d 100644
--- a/modules/blox/layouts/_partials/site_footer_license.html
+++ b/modules/blox/layouts/_partials/site_footer_license.html
@@ -48,7 +48,6 @@
{{ if and $show_cc_icons $license_url }}