We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff8ed66 + 06d969f commit 8bb3836Copy full SHA for 8bb3836
layouts/partials/landing/hero.html
@@ -62,7 +62,7 @@ <h4 class="heading mt-0 mb-3">
62
63
<div class="mt-3">
64
{{ with .ctaButton }}
65
- <a href="{{ relLangURL .Site.Data.landing.hero.ctaButton.url }}" class="btn btn-lg btn-primary me-2 mt-2">
+ <a href="{{ relLangURL .url }}" class="btn btn-lg btn-primary me-2 mt-2">
66
{{ with .icon }}
67
<span class="material-icons align-middle">{{ . }}</span>
68
{{ end }}
0 commit comments