HeadSpace2 double title on homepage

In the theme’s header.php look for the <title> tag. You’ll probably find something like:

<title><?php bloginfo('name'); wp_title(); ?></title>

The wp_title() function spits out the blog name now so you can just remove the bloginfo() bit.