From 54120dc07b6ee8c7828bf2ccadaa3ce13fb7c4cc Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 26 Feb 2018 08:54:49 -0500 Subject: [PATCH] See previous commit, which just entailed stylesheet bumping --- inc/hero-header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/hero-header.php b/inc/hero-header.php index 97afe76..b5ef655 100644 --- a/inc/hero-header.php +++ b/inc/hero-header.php @@ -18,7 +18,7 @@ $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'single-post-thumbnail' ); echo '' ; } else { - echo '' ; + echo ''; } ?> -- 2.17.1