diff --git a/layouts/partials/docs/brand.html b/layouts/partials/docs/brand.html index 7824ef1..fa7f415 100644 --- a/layouts/partials/docs/brand.html +++ b/layouts/partials/docs/brand.html @@ -1,7 +1,7 @@

{{- with .Site.Params.BookLogo -}} - Logo + Logo {{- end -}} {{ .Site.Title }} diff --git a/layouts/partials/docs/html-head-favicon.html b/layouts/partials/docs/html-head-favicon.html new file mode 100644 index 0000000..8278050 --- /dev/null +++ b/layouts/partials/docs/html-head-favicon.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/layouts/partials/docs/html-head.html b/layouts/partials/docs/html-head.html index 1efdaa1..cf45edb 100644 --- a/layouts/partials/docs/html-head.html +++ b/layouts/partials/docs/html-head.html @@ -12,10 +12,10 @@ {{- template "_internal/opengraph.html" . -}} {{ partial "docs/html-head-title" . }} +{{ partial "docs/html-head-favicon" . }} {{- $manifest := resources.Get "manifest.json" | resources.ExecuteAsTemplate "manifest.json" . }} - {{- range .Translations }} diff --git a/static/favicon.png b/static/favicon.png index 59c7c2a..7e369b5 100644 Binary files a/static/favicon.png and b/static/favicon.png differ diff --git a/static/favicon.svg b/static/favicon.svg index a3c696d..3d81a76 100644 --- a/static/favicon.svg +++ b/static/favicon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file