From f48598489ccc382def1e35ec33124fa1efcd050f Mon Sep 17 00:00:00 2001 From: Sebastiaan van Steenis Date: Wed, 25 Apr 2018 01:02:15 +0200 Subject: [PATCH] Fix nil pointers and paginator errors --- content/rancher/installation/server-tags.md | 2 +- layouts/partials/docs-nav.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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" . }}