15 lines
735 B
PHP
15 lines
735 B
PHP
<!DOCTYPE html>
|
|
<!--[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="utf-8">
|
|
<title><?php wp_title(''); ?></title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<?php wp_head(); ?>
|
|
|
|
<link rel="alternate" type="application/rss+xml" title="<?php echo get_bloginfo('name'); ?> Feed" href="<?php echo home_url(); ?>/feed/">
|
|
</head>
|