I puzzled over this post a bit, but this is what I got to work. I don’t know what I’m doing so if anyone has a cleaner way, please feel free.
</div> <!-- /.widget-area -->
</div> <!-- /.col.<?php echo $containerClass?> -->
<?php } } ?>
<?php } ?>
<?php }
elseif ( !is_front_page() ) { ?>
<header class="entry-header">
<?php if ( is_single() ) { ?>
<h1 class="entry-title"><?php the_title(); ?></h1>
<?php }
else { ?>
<h1 class="entry-title">
<a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( esc_html__( 'Permalink to %s', 'quark' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></a>
</h1>
<?php } // is_single() ?>
</header> <!-- /.entry-header -->
<?php } ?>
</div> <!-- /.banner.row -->
</div> <!-- /#bannercontainer -->