From ffd732393719c0397bd1caa03d6eb3c33bfd3aea Mon Sep 17 00:00:00 2001 From: nosbig Date: Thu, 24 Mar 2022 01:07:18 -0400 Subject: Update faq.md Updated the path for the icon files in the theme directories. --- exampleSite/content/docs/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/docs/faq.md b/exampleSite/content/docs/faq.md index bdb9030..d733478 100644 --- a/exampleSite/content/docs/faq.md +++ b/exampleSite/content/docs/faq.md @@ -70,8 +70,8 @@ contributing rules**. All other issues will be closed and marked as invalid. There is no way to do this on the fly with Hugo, but you can use the one-liners below with some preparations: 1. Copy: - * `./themes/mainroad/favicon.ico` to `./static/favicon.ico` - * `./themes/mainroad/apple-touch-icon.png` to `./static/apple-touch-icon.png` + * `./themes/mainroad/static/favicon.ico` to `./static/favicon.ico` + * `./themes/mainroad/static/apple-touch-icon.png` to `./static/apple-touch-icon.png` 1. At the beginning of each script, replace the color in the variable with your preferred color. You must use six-digit hex triplet notation (e.g., `#E22D30`) to make it work properly. -- cgit v1.2.3