mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-02 03:03:16 +00:00
Training link on 2.0 docs homepage
This commit is contained in:
@@ -21,11 +21,19 @@
|
||||
<hr/>
|
||||
{{end}}
|
||||
|
||||
{{ if .Params.ctaBanner }}
|
||||
{{ with index .Site.Data.cta .Params.ctaBanner }}
|
||||
<div class="row center-xs middle-xs bg-info shadow rounded-corners">
|
||||
<h3 class="m-v-sm m-r-sm text-white">{{ .header }}</h3>
|
||||
<a href="{{ .link }}" target="_blank" class="btn border-btn">{{ .button }}</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
<div class="main-content docs-body">
|
||||
<!-- this is a test -->
|
||||
<!-- {{ partial "page-nav.html" . }} -->
|
||||
<!-- end test -->
|
||||
|
||||
{{ .Content }}
|
||||
|
||||
{{ $paginator := .Scratch.Get "paginator" }}
|
||||
|
||||
Reference in New Issue
Block a user