Skip to content

Commit f174f28

Browse files
authored
Add favicon for any size
1 parent 4d9a521 commit f174f28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<![endif]-->
4040

4141
{# 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">
4243
<link rel="icon" type="image/x-icon" href="{{ STATIC_URL }}favicon.ico">
4344
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ STATIC_URL }}apple-touch-icon-144x144-precomposed.png">
4445
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ STATIC_URL }}apple-touch-icon-114x114-precomposed.png">

0 commit comments

Comments
 (0)