From 4438214567c515feeabaa61204c4c3b1c1f0da02 Mon Sep 17 00:00:00 2001 From: Sid <122173059+hugo-sid@users.noreply.github.com> Date: Sat, 13 May 2023 08:34:36 +0530 Subject: [PATCH] docs: update instructions for adding favicon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dfa87dc..98a03952 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ It is recommended that you copy the `config.toml` file from the `exampleSite` di ### Adding favicon -I used [realfavicongenerator.net](https://realfavicongenerator.net/) to generate the favicons. You can place the resulting files in the `static\images\favicon` folder. That should get your favicon working. +I used [realfavicongenerator.net](https://realfavicongenerator.net/) to generate the favicons. You can place the resulting files in the `assets\icons` folder. That should get your favicon working. If you want to customize anything further, you can modify `layouts\partials\head.html`.