Skip to content

Commit 8bb3836

Browse files
authored
fix URL in CTA button (#159)
2 parents ff8ed66 + 06d969f commit 8bb3836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/landing/hero.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h4 class="heading mt-0 mb-3">
6262

6363
<div class="mt-3">
6464
{{ with .ctaButton }}
65-
<a href="{{ relLangURL .Site.Data.landing.hero.ctaButton.url }}" class="btn btn-lg btn-primary me-2 mt-2">
65+
<a href="{{ relLangURL .url }}" class="btn btn-lg btn-primary me-2 mt-2">
6666
{{ with .icon }}
6767
<span class="material-icons align-middle">{{ . }}</span>
6868
{{ end }}

0 commit comments

Comments
 (0)