New favicon
authorLaury GvR <laury@gaslightmedia.com>
Thu, 7 Jul 2016 17:53:19 +0000 (13:53 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 7 Jul 2016 17:53:19 +0000 (13:53 -0400)
header.php

index 55bd80f..145be4d 100755 (executable)
@@ -5,6 +5,7 @@
         <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" />        
+        <link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/assets/favicon.ico">
         <link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
         <link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
         <?php wp_head();?>