Skip to content

Commit 31cb4f7

Browse files
authored
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
2 parents 78ab651 + 7f95a9e commit 31cb4f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{{ site.Params.latest }}
1+
{{ site.Params.latest }}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{{- $latestVersion := site.Params.latest }}
22
{{- $latestReleaseBranch := printf "release-%s" (replace $latestVersion "v" "") }}
3-
{{- $latestReleaseBranch }}
3+
{{- $latestReleaseBranch }}

0 commit comments

Comments
 (0)