Skip to content

Instantly share code, notes, and snippets.

@levnhub
Last active August 2, 2018 12:43
Show Gist options
  • Save levnhub/c16ea42c36730911a0ee8dd0f18c99d9 to your computer and use it in GitHub Desktop.
Save levnhub/c16ea42c36730911a0ee8dd0f18c99d9 to your computer and use it in GitHub Desktop.
Useful head
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- for 500px min-width body -->
<!-- <meta name="viewport" content="width=device-width, initial-scale=0.64, maximum-scale=0.64, shrink-to-fit=no"> -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- <meta name="format-detection" content="telephone=no"> -->
<meta name="description" content="<?php bloginfo( 'description' ); ?>">
<meta name="author" content="X A X A digital">
<link rel="shortcut icon" type="image/png" href="./favicon/favicon.png"> <!-- 16x16 -->
<link rel="apple-touch-icon" href="./favicon/apple-touch-favicon.png"> <!-- 88x88 -->
<title><?php bloginfo( 'title' ); ?></title>
</head>
<body <?php body_class(); ?>>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment