We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a51d5 commit 88ea0caCopy full SHA for 88ea0ca
config.yaml
@@ -21,7 +21,7 @@ params:
21
# Button text
22
buttontext: Get started
23
# Where the main hero button links to
24
- buttonlink: "#"
+ buttonlink: "/learn"
25
# Hero image (from static/images/___)
26
image: logos/numpy.svg
27
# Customizable navbar. For a dropdown, add a "sublinks" list.
layouts/partials/hero-body.html
@@ -17,8 +17,8 @@
17
{{ . }}
18
</div>
19
{{ end }}
20
- <div class="hero-cta">
- <button class="cta-button">{{ $buttonText }}</button>
+ <div class="hero-cta" href="/learn">
+ <a href="{{ $buttonLink }}"><button class="cta-button">{{ $buttonText }}</button></a>
@@ -43,4 +43,4 @@
43
44
45
46
-</div>
+</div>
0 commit comments