Latest post showing up as main title of page on blog page

I ended up using

      <?php } else if(is_home()) { ?>
  <section class="m-main-hero-single"></section>
  <section class="m-single-page-header">
    <h1>Blog</h1>
  </section>

and it worked.