diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-09-25 21:29:53 -0500 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-09-25 21:31:22 -0500 |
commit | d1e5c45e79cce76d12c854677848cd29b56f79a4 (patch) | |
tree | 11cdd1909b332240607f94f67b827d9c06fb9645 /.themes/classic/source/_includes | |
parent | eade4fc0d50e333a905945237a05dd7aaa644026 (diff) | |
download | my_new_personal_website-d1e5c45e79cce76d12c854677848cd29b56f79a4.tar.xz my_new_personal_website-d1e5c45e79cce76d12c854677848cd29b56f79a4.zip |
Ender.js is now loaded locally instead of hotlinking
Diffstat (limited to '.themes/classic/source/_includes')
-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 %} |