docs(config.md): Added short explainer on favicons
This commit is contained in:
		
							parent
							
								
									a334b45b17
								
							
						
					
					
						commit
						997937af5a
					
				
					 1 changed files with 7 additions and 1 deletions
				
			
		| 
						 | 
					@ -25,7 +25,13 @@ links: # Links to show in footer
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### HTML Favicons
 | 
					### HTML Favicons
 | 
				
			||||||
 | 
					
 | 
				
			||||||
If you would like to customize the favicons of your website, you can add them to the `data/config.yaml` file. The default without any set `favicon` key is:
 | 
					A Favicon is most commonly seen preceding the URL in a browser. Some
 | 
				
			||||||
 | 
					other examples include (but are not limited to) bookmarks, search history, and 
 | 
				
			||||||
 | 
					app icons (i.e. "save page to homescreen" on mobile devices). [File format support](https://en.wikipedia.org/wiki/Favicon#File_format_support)
 | 
				
			||||||
 | 
					and the [use of favicons](https://en.wikipedia.org/wiki/Favicon#Use_of_favicon) differ
 | 
				
			||||||
 | 
					across the combination of platforms and browsers.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					If you would like to customize the favicons of your website, you can add them to the `data/config.yaml` file. The **default** without any set `favicon` key is:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```html
 | 
					```html
 | 
				
			||||||
<link rel="shortcut icon" href="icon.png" type="image/png">
 | 
					<link rel="shortcut icon" href="icon.png" type="image/png">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue