- {{ if .logo }}
- {{ $logoImage := resources.Get .logo }}
+ {{ if .icon }}
+ {{ $iconImage := resources.Get .icon }}
{{/* svg don't support "Fit" operation */}}
- {{ if ne $logoImage.MediaType.SubType "svg" }}
- {{ $logoImage = $logoImage.Fit "24x24" }}
+ {{ if ne $iconImage.MediaType.SubType "svg" }}
+ {{ $iconImage = $iconImage.Fit "24x24" }}
{{ end }}
-

+

{{ end }}
{{ .name }}