From 4aba95058164c3e85266e141d6a59e526bd40f9a Mon Sep 17 00:00:00 2001 From: Christian Folini Date: Sat, 27 Jun 2026 20:20:24 +0200 Subject: [PATCH] fix: hightlights URL link is not matching keyword used in button --- layouts/_partials/blocks/home/highlights.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_partials/blocks/home/highlights.html b/layouts/_partials/blocks/home/highlights.html index 2a48e46..3f082c1 100644 --- a/layouts/_partials/blocks/home/highlights.html +++ b/layouts/_partials/blocks/home/highlights.html @@ -8,9 +8,9 @@

{{ if (eq (mod $i 2) 0)}} - {{ partial "components/button/primary" (dict "label" .label "link" .link)}} + {{ partial "components/button/primary" (dict "label" .label "href" .link)}} {{ else }} - {{ partial "components/button/outline" (dict "label" .label "link" .link)}} + {{ partial "components/button/outline" (dict "label" .label "href" .link)}} {{ end }} {{ end }}