adding roots-scripts.php, now using wp_enqueue_script

This commit is contained in:
Ben Word
2012-01-15 19:31:14 -07:00
parent d6c0125fa9
commit eca31bd915
4 changed files with 108 additions and 65 deletions

View File

@@ -21,8 +21,6 @@
<?php wp_head(); ?>
<?php roots_head(); ?>
<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 body_class(roots_body_class()); ?>>