Resolve #66 : Add noindex to 404.html
Signed-off-by: GitHub Action <action@github.com>
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user