diff options
author | SkyArrow <tommy351@gmail.com> | 2012-01-25 09:22:40 +0100 |
---|---|---|
committer | SkyArrow <tommy351@gmail.com> | 2012-01-25 09:22:40 +0100 |
commit | 565a650e7862df0e8151ac6fd7e296bda83f41e9 (patch) | |
tree | de46f783d3b17a039f3f77c5d8fa4dd25fdbb2a2 | |
parent | 90de8379c142039bb1f9c78a78b3c8b308a24727 (diff) | |
download | octopress-theme-jeyzu-565a650e7862df0e8151ac6fd7e296bda83f41e9.zip octopress-theme-jeyzu-565a650e7862df0e8151ac6fd7e296bda83f41e9.tar.gz |
favicon.ico -> favicon.png
-rw-r--r-- | source/_includes/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/_includes/head.html b/source/_includes/head.html index 49ad8d1..3dbb48d 100644 --- a/source/_includes/head.html +++ b/source/_includes/head.html @@ -12,7 +12,7 @@ <link href="{{ site.subscribe_rss }}" rel="alternate" title="{{site.title}}" type="application/atom+xml"> <link rel="canonical" href="{{ canonical }}"> - <link href="{{ root_url }}/favicon.ico" rel="shortcut icon"> + <link href="{{ root_url }}/favicon.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> |