| ... | ... | @@ -18,7 +18,7 @@ | 
| 18 | 18 |  | 
| 19 | 19 |    {% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{% if page.url contains site.category_dir %}/{% endif %}{{ page.url | remove:'index.html' }}{% endif %}{% endcapture %} | 
| 20 | 20 |    <link rel="canonical" href="{{ canonical }}"> | 
| 21 | -  <link href="{{ root_url }}/favicon.png" rel="icon"> | |
| 21 | +  <link href="{{ root_url }}/favicon.ico" rel="icon"> | |
| 22 | 22 |    <link href="{{ root_url }}/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css"> | 
| 23 | 23 |    <script src="{{ root_url }}/javascripts/modernizr-2.0.js"></script> | 
| 24 | 24 |    <script src="{{ root_url }}/javascripts/ender.js"></script> | 
| ... | ... | @@ -18,7 +18,7 @@ | 
| 18 | 18 |  | 
| 19 | 19 |    {% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{% if page.url contains site.category_dir %}/{% endif %}{{ page.url | remove:'index.html' }}{% endif %}{% endcapture %} | 
| 20 | 20 |    <link rel="canonical" href="{{ canonical }}"> | 
| 21 | -  <link href="{{ root_url }}/favicon.png" rel="icon"> | |
| 21 | +  <link href="{{ root_url }}/favicon.ico" rel="icon"> | |
| 22 | 22 |    <link href="{{ root_url }}/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css"> | 
| 23 | 23 |    <script src="{{ root_url }}/javascripts/modernizr-2.0.js"></script> | 
| 24 | 24 |    <script src="{{ root_url }}/javascripts/ender.js"></script> |