Skip to content

Commit 7f95a9e

Browse files
committed
Fix a broken table in contribute/new-content/overview.md by modifying shortcodes.
1 parent c571501 commit 7f95a9e

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)