summaryrefslogtreecommitdiffstats
path: root/source/_includes/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'source/_includes/head.html')
-rw-r--r--source/_includes/head.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/_includes/head.html b/source/_includes/head.html
index 1265151..6e67a6d 100644
--- a/source/_includes/head.html
+++ b/source/_includes/head.html
@@ -12,7 +12,8 @@
<link href="{{ site.subscribe_rss }}" rel="alternate" title="{{site.title}}" type="application/atom+xml">
<link rel="canonical" href="{{ canonical }}">
- <link href="{{ root_url }}/favicon.png" rel="icon">
+ <link href="{{ root_url }}/favicon.png" type="image/png" rel="shortcut icon">
+ <link href="{{ root_url }}/icon/icon.png" type="image/png" rel="shortcut icon">
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<link href="{{ root_url }}/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<script src="{{ root_url }}/javascripts/jquery.min.js"></script>