Fixes quickstart button hover
parent
ee960b6776
commit
be49f23879
|
@ -41,6 +41,6 @@
|
||||||
|
|
||||||
{{ define "hero-more" }}
|
{{ define "hero-more" }}
|
||||||
{{ with site.GetPage "section" "docs/tutorials/kubernetes-basics" }}
|
{{ with site.GetPage "section" "docs/tutorials/kubernetes-basics" }}
|
||||||
<a href="{{ .RelPermalink }}" id="quickstartButton" class="button">{{ .LinkTitle }}</a>
|
<a href="{{ .RelPermalink }}"><button id="quickstartButton" class="button">{{ .LinkTitle }}</button></a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue