1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-28 01:10:58 +01:00

Merge pull request #2421 from coliff/patch-1

remove 'shortcut' from favicon meta tag
This commit is contained in:
Martin Donath 2021-03-09 21:35:45 +01:00 committed by GitHub
commit ce7ff4dcb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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