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:
@@ -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); ?>>
|
||||
|
||||
Reference in New Issue
Block a user