Added favicons/apple-touch-icon
Make sure img/favicon.png is 144x144
This commit is contained in:
parent
00a5e7350b
commit
b63e3492c8
|
@ -6,6 +6,8 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||||
<title><?php wp_title( '' ); ?></title>
|
<title><?php wp_title( '' ); ?></title>
|
||||||
<link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>">
|
<link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>">
|
||||||
|
<link rel="shortcut icon" href="/favicon.ico">
|
||||||
|
<link rel="apple-touch-icon" href="<?php echo get_template_directory_uri(); ?>/img/favicon.png">
|
||||||
<?php wp_head(); ?>
|
<?php wp_head(); ?>
|
||||||
<!--[if lt IE 10]>
|
<!--[if lt IE 10]>
|
||||||
<script src="//cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script>
|
<script src="//cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script>
|
||||||
|
|
Loading…
Reference in New Issue