27 lines
1.2 KiB
PHP
27 lines
1.2 KiB
PHP
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
|
|
|
|
<head profile="http://gmpg.org/xfn/11">
|
|
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
|
|
|
|
<title><?php bloginfo('name');
|
|
if ( is_single() ) {
|
|
_e('» Blog Archive', 'minimalism');
|
|
}
|
|
wp_title(); ?></title>
|
|
|
|
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
|
|
<link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', 'minimalism'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" />
|
|
<link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', 'minimalism'), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" />
|
|
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
|
|
|
|
<?php wp_head(); ?>
|
|
</head>
|
|
<body>
|
|
<div id="page">
|
|
|
|
|
|
<div id="header">
|
|
<img src="<?php bloginfo('template_directory'); ?>/images/andr3w-logo-750.png" />
|
|
</div>
|
|
<hr />
|