From 1e6e0b6e8d836539e8c4e8bbfb7ac8ca22577a65 Mon Sep 17 00:00:00 2001 From: Vezpi Date: Thu, 2 Apr 2026 19:21:38 +0000 Subject: [PATCH] fix: use safeCSS --- layouts/partials/article/components/details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/article/components/details.html b/layouts/partials/article/components/details.html index 5ffb25f..b9e172a 100644 --- a/layouts/partials/article/components/details.html +++ b/layouts/partials/article/components/details.html @@ -7,7 +7,7 @@ {{ $color := partial "helper/color-from-str" .LinkTitle }} {{ $BackgroundColor := default $color.BackgroundColor .Params.style.background }} {{ $TextColor := default $color.TextColor .Params.style.color }} - + {{ .LinkTitle }} {{ end }}