-
Notifications
You must be signed in to change notification settings - Fork 2
/
header-blank.php
31 lines (29 loc) · 1.23 KB
/
header-blank.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
/**
* The Header for our theme.
*
* Displays all of the <head> section and everything up till <div id="wrapper">
*
* @package Ephemeris
* @since Ephemeris 1.0
*/
?><!doctype html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" <?php language_attributes(); ?>> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" <?php language_attributes(); ?>> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" <?php language_attributes(); ?>> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" <?php language_attributes(); ?>> <!--<![endif]-->
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php wp_head(); ?>
</head>
<body itemscope="itemscope" itemtype="http://schema.org/CreativeWork" <?php body_class(); ?>>
<?php if ( function_exists( 'wp_body_open' ) ) {
// Add support for new wp_body_open Hook in WP 5.2+
wp_body_open();
} ?>
<div id="wrapper" class="hfeed site">