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:
Christian Oliff 2021-03-09 20:39:29 +09:00 committed by GitHub
parent acae0328e1
commit 68367d3e78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@
{% endif %} {% endif %}
<!-- Favicon --> <!-- Favicon -->
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}" /> <link rel="icon" href="{{ config.theme.favicon | url }}" />
<!-- Generator banner --> <!-- Generator banner -->
<meta <meta