Move favicons section to top level

This commit is contained in:
Josh Buchea 2017-10-28 17:01:02 -07:00
parent 50c6429734
commit 3da3057971
1 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ A list of everything that \*could\* go in the `<head>` of your document
- [Elements](#elements)
- [Meta](#meta)
- [Link](#link)
- [Favicons](#favicons)
- [Favicons](#favicons)
- [Social](#social)
- [Facebook Instant Articles](#facebook-instant-articles)
- [Facebook Open Graph](#facebook-open-graph)
@ -239,7 +239,7 @@ Valid `<head>` elements include `meta`, `link`, `title`, `style`, `script`, `nos
**[⬆ back to top](#table-of-contents)**
### Favicons
## Favicons
``` html
<!-- For IE 10 and below -->
@ -254,6 +254,8 @@ Valid `<head>` elements include `meta`, `link`, `title`, `style`, `script`, `nos
- [All About Favicons (And Touch Icons)](https://bitsofco.de/all-about-favicons-and-touch-icons/)
- [Favicon Cheat Sheet](https://github.com/audreyr/favicon-cheat-sheet)
**[⬆ back to top](#table-of-contents)**
## Social
### Facebook Instant Articles