See previous commit, which just entailed stylesheet bumping
authorLaury GvR <laury@gaslightmedia.com>
Mon, 26 Feb 2018 13:54:49 +0000 (08:54 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 26 Feb 2018 13:54:49 +0000 (08:54 -0500)
inc/hero-header.php

index 97afe76..b5ef655 100644 (file)
@@ -18,7 +18,7 @@
             $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'single-post-thumbnail' );
             echo '<img src="'.$image[0].'" alt="" >' ;
         } else {
-            echo '<img src="'.esc_url(get_template_directory_uri()).'/img/hero-default.jpg" alt="" >' ;
+            echo '<img src="'.esc_url(get_template_directory_uri()).'/assets/img/default-header-member.jpg" alt="" >';
         } ?>
     </div>