Restore simple configuration of favicon.ico (#1095)

Avoid the need to add a link to favicon,ico when editing `_includes/head_custom.html`, and avoid creating an invalid favicon link

- Remove the content of `_includes/head_custom.html`
- Add code to `_includes/head.html` to create a link to an existing favicon,ico
- Add an explanation of favicon_ico to docs/configuration.md
- Remove the example of `includes/head_custom.html` and add an explanation of what the `<head>` element automatically includes
This commit is contained in:
Peter Mosses
2022-12-27 22:09:47 +01:00
committed by GitHub
parent 5c213c2d77
commit 7cabda2983
4 changed files with 20 additions and 24 deletions

View File

@@ -1 +0,0 @@
<link rel="shortcut icon" href="{{ 'favicon.ico' | relative_url }}" type="image/x-icon">