diff options
| author | Brandon Mathis <brandon@imathis.com> | 2011-09-28 14:51:24 -0500 |
|---|---|---|
| committer | Brandon Mathis <brandon@imathis.com> | 2011-09-28 14:51:24 -0500 |
| commit | 3bd4ed026eab04b5c560ca85317c982ab0679369 (patch) | |
| tree | 652b5d0663331f1561b4d98f98ab5654366a78ed /.themes/classic/source/_includes/head.html | |
| parent | 3ad7715901414e9bdb7fb150cb4074f1bfa8c74c (diff) | |
| parent | 9cf956cc96d0a337562a46bb1e695c4da31c88c4 (diff) | |
| download | my_new_personal_website-3bd4ed026eab04b5c560ca85317c982ab0679369.tar.xz my_new_personal_website-3bd4ed026eab04b5c560ca85317c982ab0679369.zip | |
Merge branch 'master' of github.com:imathis/octopress into compass
Diffstat (limited to '.themes/classic/source/_includes/head.html')
| -rw-r--r-- | .themes/classic/source/_includes/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/source/_includes/head.html b/.themes/classic/source/_includes/head.html index 16beda39..fd7e2365 100644 --- a/.themes/classic/source/_includes/head.html +++ b/.themes/classic/source/_includes/head.html @@ -21,7 +21,7 @@ <link href="{{ root_url }}/favicon.png" rel="icon"> <link href="{{ root_url }}/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css"> <script src="{{ root_url }}/javascripts/modernizr-2.0.js"></script> - <script src="http://s3.amazonaws.com/ender-js/jeesh.min.js"></script> + <script src="{{ root_url }}/javascripts/ender.js"></script> <script src="{{ root_url }}/javascripts/octopress.js" type="text/javascript"></script> <link href="{{ site.subscribe_rss }}" rel="alternate" title="{{site.title}}" type="application/atom+xml"> {% include custom/head.html %} |
