theme: add proper favicon

make sure to:
  rm -rf public/ resources/_gen/
scraped from git.lix.systems
This commit is contained in:
mei (ckie) 2024-04-28 00:32:21 +03:00
parent b4debe846f
commit 28654494cc
Signed by untrusted user: ckiee
GPG key ID: 13E79449C0525215
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View file

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