7f3b633aa0
This commit converts content and layout to use Hugo.
10 lines
249 B
HTML
10 lines
249 B
HTML
{{ 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 }} |