Skip to content

Commit

Permalink
Merge pull request #471 from Xpirix/fix_hub_version_tab
Browse files Browse the repository at this point in the history
Replace ltrversion in hub tabs
  • Loading branch information
Xpirix authored Nov 11, 2024
2 parents db3d59d + 2483c04 commit d10d615
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d10d615

Please sign in to comment.