Skip to content

Commit 2914c35

Browse files
authored
Merge pull request #764 from liangliangyy/dev
favicon
2 parents 6ffef97 + bd8bbdc commit 2914c35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

templates/share_layout/base.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
href='{% static 'blog/fonts/fonts.css' %}'
3232
type='text/css' media='all'/>
3333
<link rel="dns-prefetch" href="//cdn.mathjax.org"/>
34-
<link rel="shortcut icon" href="favorite.ico" type="image/x-icon"/>
34+
<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"/>
3537
{% compress css %}
3638

3739
<link rel='stylesheet' id='twentytwelve-style-css' href='{% static 'blog/css/style.css' %}' type='text/css'

0 commit comments

Comments
 (0)