summaryrefslogtreecommitdiffstats
path: root/source/_includes
diff options
context:
space:
mode:
Diffstat (limited to 'source/_includes')
-rw-r--r--source/_includes/head.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/_includes/head.html b/source/_includes/head.html
index 925591a..dc51adb 100644
--- a/source/_includes/head.html
+++ b/source/_includes/head.html
@@ -12,10 +12,10 @@
<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" 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 }}/favicon.ico" rel="shortcut icon">
+ <link href="{{ root_url }}/icon/512.png" rel="shortcut icon">
<link href="{{ root_url }}/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
+ <!--[if lt IE 9]><script src="{{ root_url }}/javascripts/html5.js"></script><![endif]-->
<script src="{{ root_url }}/javascripts/jquery.min.js"></script>
{% include custom/head.html %}
{% include google_analytics.html %}