Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Adding Favicon
Adding Favicon file and code to header.
  • Loading branch information
Jessika Mika Caldera committed Sep 22, 2014
1 parent 410f4ed commit 8e716a8
Show file tree
Hide file tree
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
Expand Up @@ -18,6 +18,7 @@ include 'inc/vars.php';
<!--<![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>
Expand Down

0 comments on commit 8e716a8

Please sign in to comment.