removed included jquery plugins and now using the h5bp plugins.js and script.js setup: http://html5boilerplate.com/docs/plugins.js-and-script.js/

This commit is contained in:
Ben Word
2011-08-28 13:26:40 -06:00
parent 135995305b
commit b512745a9c
9 changed files with 30 additions and 1807 deletions

View File

@@ -21,7 +21,8 @@
<?php wp_head(); ?>
<?php roots_head(); ?>
<script defer src="<?php echo get_template_directory_uri(); ?>/js/scripts.js"></script>
<script defer src="<?php echo get_template_directory_uri(); ?>/js/plugins.js"></script>
<script defer src="<?php echo get_template_directory_uri(); ?>/js/script.js"></script>
</head>
<body <?php $page_slug = $post->post_name; body_class($page_slug); ?>>