diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-07-19 22:43:29 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-07-19 22:43:29 -0400 |
commit | f6774b7c2fe616d8e7f9fdfb10c1740b824b491c (patch) | |
tree | 87f994c94da26e22f4be00bf9987cfe90b246fc2 | |
parent | 19df7e84d6e1ba3b502df3ec558e1fc6260e1d51 (diff) | |
download | my_new_personal_website-f6774b7c2fe616d8e7f9fdfb10c1740b824b491c.tar.xz my_new_personal_website-f6774b7c2fe616d8e7f9fdfb10c1740b824b491c.zip |
moved the favicon.png to the root directory for better discoverability
-rw-r--r-- | .themes/classic/source/_includes/head.html | 2 | ||||
-rw-r--r-- | .themes/classic/source/favicon.png (renamed from .themes/classic/source/images/favicon.png) | bin | 400 -> 400 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/source/_includes/head.html b/.themes/classic/source/_includes/head.html index 2654ec48..ea0cad76 100644 --- a/.themes/classic/source/_includes/head.html +++ b/.themes/classic/source/_includes/head.html @@ -19,7 +19,7 @@ <meta name="keywords" content="{{page.keywords}}"/> {% endif %} - <link href="{{ site.root }}/images/favicon.png" rel="shortcut icon" /> + <link href="{{ site.root }}/favicon.png" rel="shortcut icon" /> <link href="{{ site.root }}/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css"> <script src="{{ site.root }}/javascripts/modernizr-2.0.js"></script> <script src="http://s3.amazonaws.com/ender-js/jeesh.min.js"></script> diff --git a/.themes/classic/source/images/favicon.png b/.themes/classic/source/favicon.png Binary files differindex 0f250673..0f250673 100644 --- a/.themes/classic/source/images/favicon.png +++ b/.themes/classic/source/favicon.png |