Resolve #66 : Add noindex to 404.html

Signed-off-by: GitHub Action <action@github.com>
This commit is contained in:
GitHub Action
2024-04-15 14:40:47 +00:00
parent b1e128d15b
commit 91fef8025c
2 changed files with 11 additions and 2 deletions

View File

@ -90,7 +90,12 @@ Use [RealFaviconGenerator](https://realfavicongenerator.net/) to generate these
* safari-pinned-tab.svg
* site.webmanifest
If your favicon source is in the svg format, save it as `assets/images/favicon.svg` to enable svg favicon for supported browsers.
#### SVG Favicons
If your favicon is in SVG format, there are two ways to implement the same in this theme.
* If you are looking for a clean directory structure, place your favicon as `favicon.svg` in `static` directory. **In this mode, favicon will not be minified by Hugo**
* If you want your generated site to be as light as possible, place your favicon as `favicon.svg` in `assets/images`. **In this mode, favicon will be minified by Hugo**
### Social icons