From 5899b755858d3ead8386fd590a1943e179227db7 Mon Sep 17 00:00:00 2001 From: Vezpi Date: Thu, 2 Apr 2026 19:24:08 +0000 Subject: [PATCH] fix: typo --- 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 b9e172a..6f2d43a 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 }}