latest h5bp changes: placeholder media queries for mobile-first approach and addition of respond.js

This commit is contained in:
Ben Word
2011-05-08 17:17:26 -06:00
parent ec4ec025be
commit 985ba6f240
3 changed files with 16 additions and 13 deletions

View File

@@ -15,6 +15,7 @@
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> Feed" href="<?php echo home_url(); ?>/feed/">
<script src="<?php echo get_template_directory_uri(); ?>/js/libs/modernizr-1.7.min.js"></script>
<script src="<?php echo get_template_directory_uri(); ?>/js/libs/respond.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script>
<script>window.jQuery || document.write("<script src='<?php echo get_template_directory_uri(); ?>/js/libs/jquery-1.6.min.js'>\x3C/script>")</script>