From 36ab5287b5689abfd2b18dc58ab1de08f189be26 Mon Sep 17 00:00:00 2001 From: Xin Date: Sun, 22 Sep 2024 22:41:07 +0100 Subject: [PATCH] docs: fix favicon customization instruction --- exampleSite/content/docs/guide/configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exampleSite/content/docs/guide/configuration.md b/exampleSite/content/docs/guide/configuration.md index d44ef450..9c7a8f64 100644 --- a/exampleSite/content/docs/guide/configuration.md +++ b/exampleSite/content/docs/guide/configuration.md @@ -186,10 +186,10 @@ To customize the [favicon](https://en.wikipedia.org/wiki/Favicon) for your site, {{< /filetree/folder >}} {{< /filetree/container >}} -Include both `favicon.ico` and `favicon.svg` files in your project to ensure your site's favicons display correctly. +Include `favicon.ico`, `favicon.svg` and `favicon-dark.svg` files in your project to ensure your site's favicons display correctly. -While `favicon.ico` is generally for older browsers, `favicon.svg` is supported by modern ones. The optional `favicon-dark.svg` can be included for a tailored experience in dark mode. -Feel free to use tools like [favicon.io](https://favicon.io/) or [favycon](https://github.com/ruisaraiva19/favycon) to generate these icons. +While `favicon.ico` is generally for older browsers, `favicon.svg` and `favicon-dark.svg` are supported by modern browsers. +Use tools like [favicon.io](https://favicon.io/) or [favycon](https://github.com/ruisaraiva19/favycon) to generate such icons. ### Theme Configuration