only once
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 1 Dec 2014 19:48:27 +0000 (14:48 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 1 Dec 2014 19:48:27 +0000 (14:48 -0500)
for the app.css file

header.php

index e21a283..26f3ea2 100644 (file)
@@ -3,7 +3,6 @@
  <head>
     <meta charset="utf-8">
      <title><?php wp_title(); ?></title>
-     <link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/app.css">
      <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css" />
      <?php wp_head();?>
  </head>