From 7f95a9e4199cadb5f2d777ba591e8d43278c40e2 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Sun, 3 May 2020 14:39:31 +0900 Subject: [PATCH] Fix a broken table in contribute/new-content/overview.md by modifying shortcodes. --- layouts/shortcodes/latest-version.html | 2 +- layouts/shortcodes/release-branch.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/shortcodes/latest-version.html b/layouts/shortcodes/latest-version.html index ece9e21df7..ba8a6811b2 100644 --- a/layouts/shortcodes/latest-version.html +++ b/layouts/shortcodes/latest-version.html @@ -1 +1 @@ -{{ site.Params.latest }} +{{ site.Params.latest }} \ No newline at end of file diff --git a/layouts/shortcodes/release-branch.html b/layouts/shortcodes/release-branch.html index 7c760ebebf..df21f05b64 100644 --- a/layouts/shortcodes/release-branch.html +++ b/layouts/shortcodes/release-branch.html @@ -1,3 +1,3 @@ {{- $latestVersion := site.Params.latest }} {{- $latestReleaseBranch := printf "release-%s" (replace $latestVersion "v" "") }} -{{- $latestReleaseBranch }} +{{- $latestReleaseBranch }} \ No newline at end of file