Skip to content

Commit

Permalink
Merge pull request #467 from Xpirix/fix_hub_version_tab
Browse files Browse the repository at this point in the history
Display the versions in the hub tabs
  • Loading branch information
Xpirix authored Nov 11, 2024
2 parents ddf9224 + 7acf86d commit db3d59d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion themes/hugo-bulma-blocks-theme/layouts/shortcodes/tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

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

<div class="tabs">
Expand Down

0 comments on commit db3d59d

Please sign in to comment.