Rubber stamped by Adele.
- add short title and multisize icon
* blog/wp-content/themes/webkit/header.php:
* images/surfin-safari.icns: Added.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@34479
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-06-10 Maciej Stachowiak <mjs@apple.com>
+
+ Rubber stamped by Adele.
+
+ - add short title and multisize icon
+
+ * blog/wp-content/themes/webkit/header.php:
+ * images/surfin-safari.icns: Added.
+
2008-06-04 Dean Jackson <dino@apple.com>
Put index pages into specs dirs to make it easier to
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
- <title><?php bloginfo('name'); if ( is_single() ) { ?> - Blog Archive <?php } wp_title(); ?></title>
+ <title><?php bloginfo('name'); if ( is_single() ) { ?> - Blog Archive <?php } else { ?> - The WebKit Blog <?php } wp_title(); ?></title>
+
+ <meta name="application-name" content="<?php bloginfo('name') ?>">
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>">
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>">
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>">
+ <link rel="icon" sizes="16x16 32x32 128x128 256x256" type="image/x-icns" href="/images/surfin-safari.icns">
+ <link rel="SHORTCUT ICON" type="image/x-icon" href="/favicon.ico">
+
+
<?php wp_head(); ?>
</head>
<body>