Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Vimux/mainroad.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVimux <Vimux@users.noreply.github.com>2022-03-24 16:37:08 +0300
committerGitHub <noreply@github.com>2022-03-24 16:37:08 +0300
commite69d3171cd27eeef7292c8511294a3a4567b307c (patch)
tree029263d62337576f7140684b8bd9d8516e22e2c4
parentd2b7c0d12431735e013b42322f234a1793771f62 (diff)
parentffd732393719c0397bd1caa03d6eb3c33bfd3aea (diff)
Merge pull request #290 from nosbig/patch-1
Update faq.md: fix incorrect path for the icon files
-rw-r--r--exampleSite/content/docs/faq.md4
1 files 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.