Skip to content

Commit

Permalink
Adding Favicon
Browse files Browse the repository at this point in the history
Adding Favicon file and code to header.
Jessika Mika Caldera committed Sep 22, 2014
1 parent 410f4ed commit 8e716a8
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions header.php
Original file line number Diff line number Diff line change
@@ -18,6 +18,7 @@
<!--<![endif]-->
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?php wp_title( '|', true, 'right' ); ?></title>

0 comments on commit 8e716a8

Please sign in to comment.