Skip to content

Commit

Permalink
Moved jQuery to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Aug 19, 2013
1 parent 9230766 commit 8277883
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions layout/_partial/after_footer.ejs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="<%- config.root %>js/jquery.imagesloaded.min.js"></script>
<script src="<%- config.root %>js/gallery.js"></script>

Expand Down
1 change: 0 additions & 1 deletion layout/_partial/head.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,5 @@
<link rel="alternate" href="<% if (theme.rss){ %><%- theme.rss %><% } else { %><%- config.root %>atom.xml<% } %>" title="<%= config.title %>" type="application/atom+xml">
<link rel="stylesheet" href="<%- config.root %>css/style.css" media="screen" type="text/css">
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<%- partial('google_analytics') %>
</head>

0 comments on commit 8277883

Please sign in to comment.