From 1712356889b24fcb39df8d8f53057d9724c968ee Mon Sep 17 00:00:00 2001 From: Vezpi Date: Fri, 3 Apr 2026 14:43:06 +0200 Subject: [PATCH] fix: no-redirect (#12) Reviewed-on: https://git.vezpi.com/Vezpi/Blog/pulls/12 --- layouts/partials/article/components/details.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/article/components/details.html b/layouts/partials/article/components/details.html index 6f2d43a..1f72f92 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 }} @@ -16,7 +16,7 @@

- + {{- $Page.Title -}}