We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ffef97 + bd8bbdc commit 2914c35Copy full SHA for 2914c35
templates/share_layout/base.html
@@ -31,7 +31,9 @@
31
href='{% static 'blog/fonts/fonts.css' %}'
32
type='text/css' media='all'/>
33
<link rel="dns-prefetch" href="//cdn.mathjax.org"/>
34
- <link rel="shortcut icon" href="favorite.ico" type="image/x-icon"/>
+ <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
35
+ <link rel="icon" href="/favicon.ico" type="image/x-icon"/>
36
+ <link rel="apple-touch-icon" href="/favicon.ico"/>
37
{% compress css %}
38
39
<link rel='stylesheet' id='twentytwelve-style-css' href='{% static 'blog/css/style.css' %}' type='text/css'
0 commit comments