diff options
author | Parker Moore <parkrmoore@gmail.com> | 2013-11-17 18:49:20 -0800 |
---|---|---|
committer | Parker Moore <parkrmoore@gmail.com> | 2013-11-17 18:49:20 -0800 |
commit | a1896c51262c58eb262a767df6fa900c555fbe40 (patch) | |
tree | 2027d14d27d1f63b36bf30b84b860a51ef5d15c9 | |
parent | 133921ecbf9cf93578857a79de9a04e171942d6a (diff) | |
parent | fc37d922da85fcfede4053094b2b6513b6ba2d37 (diff) | |
download | my_new_personal_website-a1896c51262c58eb262a767df6fa900c555fbe40.tar.xz my_new_personal_website-a1896c51262c58eb262a767df6fa900c555fbe40.zip |
Merge pull request #1301 from masondesu/patch-1
Fixed typo in path to jQuery fallback
-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 7a727b27..b4af2b87 100644 --- a/.themes/classic/source/_includes/head.html +++ b/.themes/classic/source/_includes/head.html @@ -23,7 +23,7 @@ <link href="{{ site.subscribe_rss }}" rel="alternate" title="{{site.title}}" type="application/atom+xml"> <script src="{{ root_url }}/javascripts/modernizr-2.0.js"></script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> - <script>!window.jQuery && document.write(unescape('%3Cscript src="./javascripts/lib/jquery.min.js"%3E%3C/script%3E'))</script> + <script>!window.jQuery && document.write(unescape('%3Cscript src="./javascripts/libs/jquery.min.js"%3E%3C/script%3E'))</script> <script src="{{ root_url }}/javascripts/octopress.js" type="text/javascript"></script> {% include custom/head.html %} {% include google_analytics.html %} |