1
0

aclindsay-wordpress-theme/header.php: Fixed hyphen in page titles to be normal

This commit is contained in:
Aaron Lindsay 2011-04-29 16:09:06 -06:00
parent a92af05088
commit 33d8e801c0

View File

@ -10,7 +10,7 @@
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
<title><?php wp_title('&laquo;', true, 'right'); ?> Blog - aclindsay.com</title>
<link rel="stylesheet" href="http://aclindsay.com/css/stylesheet.css" type="text/css" media="screen" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />