We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9a521 commit f174f28Copy full SHA for f174f28
templates/base.html
@@ -39,6 +39,7 @@
39
<![endif]-->
40
41
{# Place icon files in the root if possible (let browsers look for them where they expect them to be) #}
42
+ <link rel="icon" type="image/svg+xml" sizes="any" href="{{ STATIC_URL }}favicon.svg">
43
<link rel="icon" type="image/x-icon" href="{{ STATIC_URL }}favicon.ico">
44
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ STATIC_URL }}apple-touch-icon-144x144-precomposed.png">
45
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ STATIC_URL }}apple-touch-icon-114x114-precomposed.png">
0 commit comments