diff --git a/themes/lix/assets/images/favicon.ico b/themes/lix/assets/images/favicon.ico index 1c1a36db..01f60381 100644 Binary files a/themes/lix/assets/images/favicon.ico and b/themes/lix/assets/images/favicon.ico differ diff --git a/themes/lix/assets/images/favicon.png b/themes/lix/assets/images/favicon.png new file mode 100644 index 00000000..892f17d4 Binary files /dev/null and b/themes/lix/assets/images/favicon.png differ diff --git a/themes/lix/layouts/partials/head/_favicons.html b/themes/lix/layouts/partials/head/_favicons.html index 20cb792b..201c0ef1 100644 --- a/themes/lix/layouts/partials/head/_favicons.html +++ b/themes/lix/layouts/partials/head/_favicons.html @@ -4,7 +4,7 @@ {{- end -}} {{- $favicon = slice $favicon | resources.Concat "favicon.ico" -}} -{{- $logo := resources.Get "images/logo.png" -}} +{{- $logo := resources.Get "images/favicon.png" -}} {{- with .Site.Params.logo -}} {{- with resources.Get . -}} {{- $logo = . -}}