lowercased only in product tag
parent
72cd5dd2ff
commit
1c86d94154
|
@ -6,7 +6,7 @@
|
|||
{{ if eq $product "oss"}}{{ $scratch.Set "product-tag" "OSS" }}{{ end }}
|
||||
{{ if eq $product "cloud"}}{{ $scratch.Set "product-tag" "Cloud" }}{{ end }}
|
||||
{{ if eq $product "enterprise"}}{{ $scratch.Set "product-tag" "Enterprise" }}{{ end }}
|
||||
<span class="{{ . }}">InfluxDB {{ $scratch.Get "product-tag"}} Only</span>
|
||||
<span class="{{ . }}">InfluxDB {{ $scratch.Get "product-tag"}} only</span>
|
||||
{{ end }}
|
||||
</p>
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in New Issue