17 lines
796 B
PHP
17 lines
796 B
PHP
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<meta name="skype_toolbar" content="skype_toolbar_parser_compatible">
|
|
<meta charset="<?php bloginfo('charset'); ?>">
|
|
|
|
<title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' :'; } ?> <?php bloginfo('name'); ?></title>
|
|
<meta name="description" content="<?php bloginfo('description'); ?>">
|
|
|
|
<link href="//www.google-analytics.com" rel="dns-prefetch">
|
|
<link href="<?php echo get_template_directory_uri(); ?>/img/icons/favicon.ico" rel="shortcut icon">
|
|
<link href="<?php echo get_template_directory_uri(); ?>/img/icons/touch.png" rel="apple-touch-icon-precomposed">
|
|
|
|
<?php wp_head(); ?>
|
|
</head>
|