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 }}