From 65ebb1d1de09df00806e243f5c421dde9cadf6a6 Mon Sep 17 00:00:00 2001 From: "Kenneth G. Franqueiro" Date: Fri, 22 Aug 2025 12:25:00 -0400 Subject: [PATCH] Build: Only replace title within head (avoid clobbering inline SVGs) --- 11ty/CustomLiquid.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11ty/CustomLiquid.ts b/11ty/CustomLiquid.ts index f6a454b7e1..040ae2977e 100644 --- a/11ty/CustomLiquid.ts +++ b/11ty/CustomLiquid.ts @@ -349,7 +349,7 @@ export class CustomLiquid extends Liquid { } } } else { - const $title = $("title"); + const $title = $("head title"); if (scope.isTechniques) { const isObsolete =