Fixed header

This commit is contained in:
Pedro Reis 2015-10-14 14:59:47 +01:00
parent e119dbab5a
commit 2c65b0a917
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en-EN"> <html <?php language_attributes(); ?>>
<head> <head>
<meta charset="UTF-8"> <meta charset="<?php bloginfo( 'charset' ); ?>">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<title>Title</title> <title><?php wp_title( '' ); ?></title>
<link rel="dns-prefetch" href="//google-analytics.com"> <link rel="dns-prefetch" href="//google-analytics.com">
<link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>"> <link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>">
<link rel="apple-touch-icon" href="<?php echo get_template_directory_uri(); ?>/img/favicon.png"> <link rel="apple-touch-icon" href="<?php echo get_template_directory_uri(); ?>/img/favicon.png">