Skip to content

Commit

Permalink
added support for Chrome theme color
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddie Machado authored and Eddie Machado committed Dec 9, 2014
1 parent cede2ce commit 641e0bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<?php // or, set /favicon.ico for IE10 win ?>
<meta name="msapplication-TileColor" content="#f01d4f">
<meta name="msapplication-TileImage" content="<?php echo get_template_directory_uri(); ?>/library/images/win8-tile-icon.png">
<meta name="theme-color" content="#121212">

<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>">

Expand Down

0 comments on commit 641e0bd

Please sign in to comment.