We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78ab651 + 7f95a9e commit 31cb4f7Copy full SHA for 31cb4f7
layouts/shortcodes/latest-version.html
@@ -1 +1 @@
1
-{{ site.Params.latest }}
+{{ site.Params.latest }}
layouts/shortcodes/release-branch.html
@@ -1,3 +1,3 @@
{{- $latestVersion := site.Params.latest }}
2
{{- $latestReleaseBranch := printf "release-%s" (replace $latestVersion "v" "") }}
3
-{{- $latestReleaseBranch }}
+{{- $latestReleaseBranch }}
0 commit comments