@Matt ... On the Abundance theme my header.php has (the typical) title as:
<title><?php is_home() ? bloginfo('description') : wp_title(''); ?></title>
^ That's working
I like your solution better actually ... I'd rather it be hard coded like that, so thank you for sharing the code!