is_front_page was failing to function after blog content was being pulled onto the home.
is_home worked fine for leaving it elsewhere on the site.
Makes no sense though, because it requires the inverse of what it should.
<?php if (is_home()) {
get_sidebar();
} ?>
It is now also making my about page show up like my blog page.