summaryrefslogtreecommitdiffstats
path: root/source/_includes
diff options
context:
space:
mode:
Diffstat (limited to 'source/_includes')
-rw-r--r--source/_includes/after_footer.html1
-rw-r--r--source/_includes/head.html4
2 files changed, 2 insertions, 3 deletions
diff --git a/source/_includes/after_footer.html b/source/_includes/after_footer.html
index 35f440f..b7beed2 100644
--- a/source/_includes/after_footer.html
+++ b/source/_includes/after_footer.html
@@ -1,4 +1,3 @@
-<script src="{{ root_url }}/javascripts/jquery.easing.1.3.js"></script>
<script src="{{ root_url }}/javascripts/jquery.fancybox.pack.js"></script>
<script src="{{ root_url }}/javascripts/slash.js"></script>
{% include disqus.html %}
diff --git a/source/_includes/head.html b/source/_includes/head.html
index 3dbb48d..f24ddca 100644
--- a/source/_includes/head.html
+++ b/source/_includes/head.html
@@ -14,8 +14,8 @@
<link rel="canonical" href="{{ canonical }}">
<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>
+ <!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
{% include custom/head.html %}
{% include google_analytics.html %}
</head> \ No newline at end of file