{{ $colorTheme := "light-without-switcher" }} {{ if and (isset site.Params "colortheme") (ne site.Params.colortheme "") }} {{ $colorTheme = site.Params.colortheme | lower }} {{ end }} {{ if not (in (slice "light-without-switcher" "dark-without-switcher") $colorTheme) }} {{ if site.Params.colorthemeswitcher }}
{{ partial "font-awesome.html" (dict "iconName" "theme-light" "custom" false) }}
{{ end }} {{ end }}