summaryrefslogtreecommitdiffstats
path: root/wp-content/themes/classic/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-content/themes/classic/header.php')
-rw-r--r--wp-content/themes/classic/header.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/wp-content/themes/classic/header.php b/wp-content/themes/classic/header.php
index 4a3e0b4..2c02a89 100644
--- a/wp-content/themes/classic/header.php
+++ b/wp-content/themes/classic/header.php
@@ -6,13 +6,15 @@
<title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
+ <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats please -->
+
<style type="text/css" media="screen">
@import url( <?php bloginfo('stylesheet_url'); ?> );
</style>
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
- <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="<?php bloginfo('atom_url'); ?>" />
+ <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?>