From 2483c040ec13f1350e2f99c0c9a87b7f2d53889e Mon Sep 17 00:00:00 2001 From: Lova Andriarimalala <43842786+Xpirix@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:29:28 +0300 Subject: [PATCH] Replace ltrversion in hub tabs --- themes/hugo-bulma-blocks-theme/layouts/shortcodes/tabs.html | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/hugo-bulma-blocks-theme/layouts/shortcodes/tabs.html b/themes/hugo-bulma-blocks-theme/layouts/shortcodes/tabs.html index 89c262127..1bc770ad9 100644 --- a/themes/hugo-bulma-blocks-theme/layouts/shortcodes/tabs.html +++ b/themes/hugo-bulma-blocks-theme/layouts/shortcodes/tabs.html @@ -5,6 +5,7 @@ {{ with index .Site.Data.conf }} {{ $tab1 = replace $tab1 "|ltrversion|" .ltrversion }} + {{ $tab2 = replace $tab2 "|ltrversion|" .ltrversion }} {{ $tab2 = replace $tab2 "|version|" .version }} {{ $tab3 = replace $tab3 "|version|" .version }} {{ end }}