From f82f6cb65cdbc7966cd96d36b3410ab5f05710f0 Mon Sep 17 00:00:00 2001 From: svemagie Date: Wed, 22 Apr 2026 23:23:15 +0200 Subject: [PATCH] fix: move meta charset to first position in head (W3C validator) --- _includes/layouts/base.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index 66e43dc..60deedb 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -1,6 +1,7 @@ + @@ -90,7 +91,6 @@ to bypass Eleventy 3.x parallel rendering race condition (#3183). Template outputs __OG_IMAGE_PLACEHOLDER__ and __TWITTER_CARD_PLACEHOLDER__ which the transform replaces using the correct slug derived from outputPath. #} - {% if title %}{{ title }} - {% endif %}{{ site.name }}