Took modernizer out of header
authorLaury GvR <laury@gaslightmedia.com>
Wed, 25 Feb 2015 17:36:44 +0000 (12:36 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 25 Feb 2015 17:36:44 +0000 (12:36 -0500)
header.php

index b20684f..4b36c27 100755 (executable)
@@ -6,7 +6,6 @@
     <title><?php wp_title();?></title>
     <link rel="stylesheet" href=" <?php echo get_stylesheet_directory_uri(); ?>/css/app.css" />
     <link href='http://fonts.googleapis.com/css?family=Emilys+Candy' rel='stylesheet' type='text/css'>
-    <script src="<?php echo get_template_directory_uri(); ?>/bower_components/modernizr/modernizr.js"></script>
     <?php wp_head();?>
   </head>
   <body>