Tidy & fix deprecation warnings

Co-Authored-By: Karen Bradshaw <kbhawkey@gmail.com>
This commit is contained in:
Tim Bannister
2020-08-08 16:47:04 +01:00
parent 6ce337253e
commit 7e23f0f875
11 changed files with 99 additions and 27 deletions
+2
View File
@@ -1,3 +1,4 @@
{{ if not (.Site.Param "deprecated") }}
{{- $filepath := .page.File.Path }}
{{- $editLink := printf "https://github.com/kubernetes/website/edit/master/content/%s/%s" .page.Language.Lang $filepath }}
<p>
@@ -5,6 +6,7 @@
Edit This Page
</a>
</p>
{{- end -}}
{{ if not .page.Params.notitle }}
<h1>{{ .page.Title }}</h1>
{{ $desc := .page.Description }}