diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 7e0688de2..f69f37f09 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -42,10 +42,10 @@ {{- end -}} {{- if .Site.IsMultiLingual -}} - + {{- .Language.LanguageName -}} {{ partial "plugin/fontawesome.html" (dict "Style" "solid" "Icon" "chevron-right") }} - {{- if eq .Kind "404" -}} {{- /* https://github.com/dillonzq/LoveIt/issues/378 */ -}} @@ -82,9 +82,9 @@ {{- end -}} {{- if eq .Site.Params.header.themeChangeMode "select" -}} - + {{ partial "plugin/fontawesome.html" (dict "Style" "solid" "Icon" "adjust") }} - + {{ T "Light" }} {{ T "Dark" }} {{ T "Black" }} @@ -92,7 +92,7 @@ {{- else -}} - + {{ partial "plugin/fontawesome.html" (dict "Style" "solid" "Icon" "adjust") }} {{- end -}} @@ -169,9 +169,9 @@ {{- end -}} {{- if eq .Site.Params.header.themeChangeMode "select" -}} - + {{ partial "plugin/fontawesome.html" (dict "Style" "solid" "Icon" "adjust") }} - + {{ T "Light" }} {{ T "Dark" }} {{ T "Black" }} @@ -179,7 +179,7 @@ {{- else -}} - + {{ partial "plugin/fontawesome.html" (dict "Style" "solid" "Icon" "adjust") }} {{- end -}}