From b4b38264f9f7e764d61d237d0cbffc8c6d78c37d Mon Sep 17 00:00:00 2001 From: Sergey Shevchenko Date: Sun, 4 Feb 2024 19:50:29 +0200 Subject: [PATCH] fix: Fix skew helper --- layouts/shortcodes/skew.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/skew.html b/layouts/shortcodes/skew.html index de447aba0c..b9ed63ea59 100644 --- a/layouts/shortcodes/skew.html +++ b/layouts/shortcodes/skew.html @@ -92,7 +92,7 @@ {{- end -}} {{- if eq $seenPatchVersionInfoCount 0 -}} - {{- printf "%.2f.0" $currentVersion -}} + {{- printf "%s.0" $currentVersion -}} {{- end -}} {{- end -}}