still trying to get the favicon to work
authorIan Weller <ian@gaslightmedia.com>
Tue, 31 May 2016 15:46:41 +0000 (11:46 -0400)
committerIan Weller <ian@gaslightmedia.com>
Tue, 31 May 2016 15:46:41 +0000 (11:46 -0400)
header.php

index c467754..c4f559b 100644 (file)
@@ -4,7 +4,7 @@
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title><?php wp_title(); ?></title>
-     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.1" />
+     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css" />
      <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
      <?php wp_head();?>
  </head>