lowercased only in product tag

pull/967/head
Scott Anderson 2020-04-22 15:37:04 -06:00
parent 72cd5dd2ff
commit 1c86d94154
1 changed files with 1 additions and 1 deletions

View File

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