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 @@