Skip to content

Commit

Permalink
Merge pull request #3 from leoland/master
Browse files Browse the repository at this point in the history
Update functions.php
  • Loading branch information
joshbeckman committed Jul 17, 2015
2 parents 905fb5d + c428326 commit 52d6437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ function naked_register_sidebars() {
function naked_scripts() {

// get the theme directory style.css and link to it in the header
wp_enqueue_style( 'naked-style', get_template_directory_uri() . '/style.css', '10000', 'all' );
wp_enqueue_style('style.css', get_stylesheet_directory_uri() . '/style.css');

// add fitvid
wp_enqueue_script( 'naked-fitvid', get_template_directory_uri() . '/js/jquery.fitvids.js', array( 'jquery' ), NAKED_VERSION, true );

Expand Down

0 comments on commit 52d6437

Please sign in to comment.