modify latest to deprecated version

replace latest-version shortcode
This commit is contained in:
Karen Bradshaw
2020-12-10 21:35:22 -05:00
parent b03fcb5896
commit 16d39bf577
15 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{{- $latestVersion := site.Params.latest }}
{{- $latestVersion := site.Params.version }}
{{- $latestReleaseNotes := print "https://git.k8s.io/kubernetes/CHANGELOG/CHANGELOG-" (replace $latestVersion "v" "") ".md" }}
{{- $latestReleaseNotes }}