Add favicon header
authorLaury GvR <laury@gaslightmedia.com>
Thu, 11 Feb 2016 16:48:43 +0000 (11:48 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 11 Feb 2016 16:48:43 +0000 (11:48 -0500)
assets/favicon.ico [new file with mode: 0644]
header.php

diff --git a/assets/favicon.ico b/assets/favicon.ico
new file mode 100644 (file)
index 0000000..33c1674
Binary files /dev/null and b/assets/favicon.ico differ
index e03ab9f..242e025 100644 (file)
@@ -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 echo get_stylesheet_directory_uri() ; ?>/assets/favicon.ico?v=1">
     <link href='http://fonts.googleapis.com/css?family=Josefin+Sans:400,700' rel='stylesheet' type='text/css'>
     <link href='http://fonts.googleapis.com/css?family=Eagle+Lake' rel='stylesheet' type='text/css'>
     <link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>