website/layouts/index.html

10 lines
249 B
HTML
Raw Normal View History

{{ define "main" }}
{{ .Content }}
{{ end }}
{{ define "hero-more" }}
{{ with .Site.GetPage "section" "docs/tutorials/kubernetes-basics" }}
<a href="{{ .RelPermalink }}" id="quickstartButton" class="button">{{ .LinkTitle }}</a>
{{ end }}
{{ end }}