Merge pull request #20733 from shuuji3/fix-broken-table-in-contribute-new-content-overview

Fix a broken table in contribute/new-content/overview.md by modifying shortcodes
This commit is contained in:
Kubernetes Prow Robot
2020-05-09 09:25:50 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
{{ site.Params.latest }}
{{ site.Params.latest }}
+1 -1
View File
@@ -1,3 +1,3 @@
{{- $latestVersion := site.Params.latest }}
{{- $latestReleaseBranch := printf "release-%s" (replace $latestVersion "v" "") }}
{{- $latestReleaseBranch }}
{{- $latestReleaseBranch }}