mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
remove 'shortcut' from favicon meta tag
This isn't needed and was never part of the spec. Great article here: https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs#did-we-forget-anyone Also: https://mathiasbynens.be/notes/rel-shortcut-icon
This commit is contained in:
parent
acae0328e1
commit
68367d3e78
@ -58,7 +58,7 @@
|
||||
{% endif %}
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}" />
|
||||
<link rel="icon" href="{{ config.theme.favicon | url }}" />
|
||||
|
||||
<!-- Generator banner -->
|
||||
<meta
|
||||
|
Loading…
x
Reference in New Issue
Block a user