From 1eb7b40bb9fde0883814b3dda262398c14139e42 Mon Sep 17 00:00:00 2001 From: scottmakestech <83726258+scottmakestech@users.noreply.github.com> Date: Wed, 18 Feb 2026 12:52:12 -0600 Subject: [PATCH] Fix HTML entities in og:description and meta description tags Fix an issue with clients like Slack showing raw entities in link previews. --- themes/le-2025/layouts/partials/head.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/le-2025/layouts/partials/head.html b/themes/le-2025/layouts/partials/head.html index 1d8a8e80c..35d07b0c4 100644 --- a/themes/le-2025/layouts/partials/head.html +++ b/themes/le-2025/layouts/partials/head.html @@ -4,12 +4,12 @@ {{ if ne .Title .Site.Title }}{{ .Title }} - {{ end }} {{ .Site.Title }} - + - + {{ with site.Home.OutputFormats.Get "RSS" -}}