aclindsay-wordpress-theme/header.php: Fixed hyphen in page titles to be normal
This commit is contained in:
		| @@ -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('«', true, 'right'); ?> <?php bloginfo('name'); ?></title> | ||||
| <title><?php wp_title('«', 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'); ?>" /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user