diff --git a/content/rancher/installation/server-tags.md b/content/rancher/installation/server-tags.md index e8ee64c999a..f5b04c3c50a 100644 --- a/content/rancher/installation/server-tags.md +++ b/content/rancher/installation/server-tags.md @@ -1,7 +1,7 @@ --- title: Rancher Server Tags draft: true -layout: single-docs-left +layout: single-docs weight: 200 --- diff --git a/layouts/partials/docs-nav.html b/layouts/partials/docs-nav.html index 490a7b7148b..ebfdfc653be 100644 --- a/layouts/partials/docs-nav.html +++ b/layouts/partials/docs-nav.html @@ -1,5 +1,5 @@ -{{ $.Scratch.Set "topLevel" . }} -{{ $.Scratch.Set "secondLevel" . }} +{{ .Scratch.Set "topLevel" . }} +{{ .Scratch.Set "secondLevel" . }}